Html Css Color HEX #CAA589 Cameo

📋 copy color: '#CAA589'

red 202 ◦ green 165 ◦ blue 137

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

Shades of Cameo #CAA589

Tints of Cameo #CAA589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.18%

R = 40.08%
G = 32.74%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CAA589 (or 0xCAA589) is known color: Cameo. HEX triplet: CA, A5 and 89. RGB value is (202,165,137). Sum of RGB (Red+Green+Blue) = 202+165+137=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 137 (53.91% from 255 or 27.18% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA589 is #355A76. Grayscale: #ADADAD. Windows color (decimal): -3496567 or 9020874. OLE color: 9020874.

HSL color Cylindrical-coordinate representation of color #CAA589: hue angle of 25.85º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAA589 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 165 137 -
CMYK 0 0.18 0.32 0.21
HSL 25.85º 0.38% 0.66% -
HSV(B) 25.85º 0.32% 0.79% -
XYZ 42.33 41.27 29.4 -
YUV 172.87 107.76 148.78 -
System Red Green Blue C M Y K H S L
Decimal 202 165 137 0 0.18 0.32 0.21 25.85 0.38 0.66
Hex CA A5 89 0 12 20 15 1A 26 42
Octal 312 245 211 0 22 40 25 32 46 102
Binary 11001010 10100101 10001001 0 10010 100000 10101 11010 100110 1000010

Color Harmonies of #CAA589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA589

Black with #CAA589

Text Example


Text Example

White with #CAA589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA589; }

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

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

background-color css

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

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

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

border-color css

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

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

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