Html Css Color HEX #CAA688 Cameo

📋 copy color: '#CAA688'

red 202 ◦ green 166 ◦ blue 136

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

Shades of Cameo #CAA688

Tints of Cameo #CAA688

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.94%

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

R = 40.08%
G = 32.94%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#CAA688 (or 0xCAA688) is known color: Cameo. HEX triplet: CA, A6 and 88. RGB value is (202,166,136). Sum of RGB (Red+Green+Blue) = 202+166+136=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 136 (53.52% from 255 or 26.98% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA688 is #355977. Grayscale: #ADADAD. Windows color (decimal): -3496312 or 8955594. OLE color: 8955594.

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

Color convert

RGB 202 166 136 -
CMYK 0 0.18 0.33 0.21
HSL 27.27º 0.38% 0.66% -
HSV(B) 27.27º 0.33% 0.79% -
XYZ 42.44 41.61 29.09 -
YUV 173.34 106.93 148.44 -
System Red Green Blue C M Y K H S L
Decimal 202 166 136 0 0.18 0.33 0.21 27.27 0.38 0.66
Hex CA A6 88 0 12 21 15 1B 26 42
Octal 312 246 210 0 22 41 25 33 46 102
Binary 11001010 10100110 10001000 0 10010 100001 10101 11011 100110 1000010

Color Harmonies of #CAA688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA688

Black with #CAA688

Text Example


Text Example

White with #CAA688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA688; }

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

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

background-color css

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

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

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

border-color css

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

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

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