Html Css Color HEX #CAA888 Cameo

📋 copy color: '#CAA888'

red 202 ◦ green 168 ◦ blue 136

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

Shades of Cameo #CAA888

Tints of Cameo #CAA888

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.2%

 BLUE value IS 136 (53.52% from 255) = 26.88%

R = 39.92%
G = 33.2%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#CAA888 (or 0xCAA888) is known color: Cameo. HEX triplet: CA, A8 and 88. RGB value is (202,168,136). Sum of RGB (Red+Green+Blue) = 202+168+136=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 136 (53.52% from 255 or 26.88% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA888 is #355777. Grayscale: #AEAEAE. Windows color (decimal): -3495800 or 8956106. OLE color: 8956106.

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

Color convert

RGB 202 168 136 -
CMYK 0 0.17 0.33 0.21
HSL 29.09º 0.38% 0.66% -
HSV(B) 29.09º 0.33% 0.79% -
XYZ 42.8 42.34 29.21 -
YUV 174.52 106.26 147.6 -
System Red Green Blue C M Y K H S L
Decimal 202 168 136 0 0.17 0.33 0.21 29.09 0.38 0.66
Hex CA A8 88 0 11 21 15 1D 26 42
Octal 312 250 210 0 21 41 25 35 46 102
Binary 11001010 10101000 10001000 0 10001 100001 10101 11101 100110 1000010

Color Harmonies of #CAA888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA888

Black with #CAA888

Text Example


Text Example

White with #CAA888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA888; }

 p { color: rgb(202,168,136); }

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

background-color css

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

 a { background-color: rgb(202,168,136); }

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

border-color css

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

 span { border-color: rgb(202,168,136); }

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