Html Css Color HEX #CAA478 Cameo

📋 copy color: '#CAA478'

red 202 ◦ green 164 ◦ blue 120

#CAA478
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cameo #CAA478

Tints of Cameo #CAA478

RGB

 RED value IS 202 (79.3% from 255) = 41.56%

 GREEN value IS 164 (64.45% from 255) = 33.74%

 BLUE value IS 120 (47.27% from 255) = 24.69%

R = 41.56%
G = 33.74%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CAA478 (or 0xCAA478) is known color: Cameo. HEX triplet: CA, A4 and 78. RGB value is (202,164,120). Sum of RGB (Red+Green+Blue) = 202+164+120=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 164 (64.45% from 255 or 33.74% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA478 is #355B87. Grayscale: #AAAAAA. Windows color (decimal): -3496840 or 7906506. OLE color: 7906506.

HSL color Cylindrical-coordinate representation of color #CAA478: hue angle of 32.2º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CAA478 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 164 120 -
CMYK 0 0.19 0.41 0.21
HSL 32.2º 0.44% 0.63% -
HSV(B) 32.2º 0.41% 0.79% -
XYZ 41.02 40.46 23.42 -
YUV 170.35 99.59 150.58 -
System Red Green Blue C M Y K H S L
Decimal 202 164 120 0 0.19 0.41 0.21 32.2 0.44 0.63
Hex CA A4 78 0 13 29 15 20 2C 3F
Octal 312 244 170 0 23 51 25 40 54 77
Binary 11001010 10100100 1111000 0 10011 101001 10101 100000 101100 111111

Color Harmonies of #CAA478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA478

Black with #CAA478

Text Example


Text Example

White with #CAA478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA478; }

 p { color: rgb(202,164,120); }

 H1.HeaderClassName
 {
   color: #CAA478;
 }
 .AnyTagClassName
 {
   color: #CAA478;
 }
</style>

background-color css

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

 a { background-color: rgb(202,164,120); }

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

border-color css

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

 span { border-color: rgb(202,164,120); }

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