Html Css Color HEX #CAA378 Cameo

📋 copy color: '#CAA378'

red 202 ◦ green 163 ◦ blue 120

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

Shades of Cameo #CAA378

Tints of Cameo #CAA378

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.61%

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

R = 41.65%
G = 33.61%
B = 24.74%

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

#CAA378 (or 0xCAA378) is known color: Cameo. HEX triplet: CA, A3 and 78. RGB value is (202,163,120). Sum of RGB (Red+Green+Blue) = 202+163+120=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 163 (64.06% from 255 or 33.61% from 485); Blue value is 120 (47.27% from 255 or 24.74% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA378 is #355C87. Grayscale: #A9A9A9. Windows color (decimal): -3497096 or 7906250. OLE color: 7906250.

HSL color Cylindrical-coordinate representation of color #CAA378: hue angle of 31.46º 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 #CAA378 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 163 120 -
CMYK 0 0.19 0.41 0.21
HSL 31.46º 0.44% 0.63% -
HSV(B) 31.46º 0.41% 0.79% -
XYZ 40.84 40.11 23.36 -
YUV 169.76 99.92 151 -
System Red Green Blue C M Y K H S L
Decimal 202 163 120 0 0.19 0.41 0.21 31.46 0.44 0.63
Hex CA A3 78 0 13 29 15 1F 2C 3F
Octal 312 243 170 0 23 51 25 37 54 77
Binary 11001010 10100011 1111000 0 10011 101001 10101 11111 101100 111111

Color Harmonies of #CAA378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA378

Black with #CAA378

Text Example


Text Example

White with #CAA378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA378; }

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

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

background-color css

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

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

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

border-color css

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

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

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