Html Css Color HEX #CAA689 Cameo

📋 copy color: '#CAA689'

red 202 ◦ green 166 ◦ blue 137

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

Shades of Cameo #CAA689

Tints of Cameo #CAA689

RGB

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

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

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

R = 40%
G = 32.87%
B = 27.13%

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

#CAA689 (or 0xCAA689) is known color: Cameo. HEX triplet: CA, A6 and 89. RGB value is (202,166,137). Sum of RGB (Red+Green+Blue) = 202+166+137=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 166 (65.23% from 255 or 32.87% from 505); Blue value is 137 (53.91% from 255 or 27.13% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA689 is #355976. Grayscale: #ADADAD. Windows color (decimal): -3496311 or 9021130. OLE color: 9021130.

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

Color convert

RGB 202 166 137 -
CMYK 0 0.18 0.32 0.21
HSL 26.77º 0.38% 0.66% -
HSV(B) 26.77º 0.32% 0.79% -
XYZ 42.51 41.64 29.46 -
YUV 173.46 107.43 148.36 -
System Red Green Blue C M Y K H S L
Decimal 202 166 137 0 0.18 0.32 0.21 26.77 0.38 0.66
Hex CA A6 89 0 12 20 15 1B 26 42
Octal 312 246 211 0 22 40 25 33 46 102
Binary 11001010 10100110 10001001 0 10010 100000 10101 11011 100110 1000010

Color Harmonies of #CAA689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA689

Black with #CAA689

Text Example


Text Example

White with #CAA689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA689; }

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

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

background-color css

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

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

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

border-color css

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

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

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