#cca274

Color #CCA274 Cameo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cameo #CCA274

Tints of Cameo #CCA274

Color information

#CCA274 (or 0xCCA274) is unknown color: approx Cameo. HEX triplet: CC, A2 and 74. RGB value is (204,162,116). Sum of RGB (Red+Green+Blue) = 204+162+116=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA274 is #335D8B. Grayscale: #A9A9A9. Windows color (decimal): -3366284 or 7643852. OLE color: 7643852.

HSL color Cylindrical-coordinate representation of color #CCA274: hue angle of 31.36º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCA274 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB204162116-
CMYK00.210.430.2
HSL31.36º46.32%62.75%-
HSV(B)31.36º43.14%80%-
XYZ40.9739.9422.07-
YUV169.3197.91152.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 42.32%
GREEN value IS 162 (63.67% from 255) = 33.61%
BLUE value IS 116 (45.70% from 255) = 24.07%
R=42.32%
G=33.61%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416211600.210.430.231.3646.3262.75
HexCCA2740152B141f2e3f
Octal3142421640255324375677
Binary110011001010001011101000101011010111010011111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cca274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cca274; }

 p { color: rgb(204,162,116); }

 H1.HeaderClassName
 {
   color: #cca274;
 }
 .AnyTagClassName
 {
   color: #cca274;
 }
</style>
background-color css

<style>
 a { background-color: #cca274; }

 a { background-color: rgb(204,162,116); }

 div.DivClassName
 {
   background-color: #cca274;
 }
 .BgClassName
 {
   background-color: #cca274;
 }
</style>
border-color css

<style>
 span { border-color: #cca274; }

 span { border-color: rgb(204,162,116); }

 td.TdClassName
 {
   border-color: #cca274;
 }
 .TagClassName
 {
   border-color: #cca274;
 }
</style>