Html Css Color HEX #CAA577 Cameo

📋 copy color: '#CAA577'

red 202 ◦ green 165 ◦ blue 119

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

Shades of Cameo #CAA577

Tints of Cameo #CAA577

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.95%

 BLUE value IS 119 (46.88% from 255) = 24.49%

R = 41.56%
G = 33.95%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CAA577 (or 0xCAA577) is known color: Cameo. HEX triplet: CA, A5 and 77. RGB value is (202,165,119). Sum of RGB (Red+Green+Blue) = 202+165+119=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 119 (46.88% from 255 or 24.49% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA577 is #355A88. Grayscale: #ABABAB. Windows color (decimal): -3496585 or 7841226. OLE color: 7841226.

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

Color convert

RGB 202 165 119 -
CMYK 0 0.18 0.41 0.21
HSL 33.25º 0.44% 0.63% -
HSV(B) 33.25º 0.41% 0.79% -
XYZ 41.14 40.8 23.16 -
YUV 170.82 98.76 150.24 -
System Red Green Blue C M Y K H S L
Decimal 202 165 119 0 0.18 0.41 0.21 33.25 0.44 0.63
Hex CA A5 77 0 12 29 15 21 2C 3F
Octal 312 245 167 0 22 51 25 41 54 77
Binary 11001010 10100101 1110111 0 10010 101001 10101 100001 101100 111111

Color Harmonies of #CAA577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA577

Black with #CAA577

Text Example


Text Example

White with #CAA577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA577; }

 p { color: rgb(202,165,119); }

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

background-color css

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

 a { background-color: rgb(202,165,119); }

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

border-color css

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

 span { border-color: rgb(202,165,119); }

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