Html Css Color HEX #CABCA9 Soft Amber

📋 copy color: '#CABCA9'

red 202 ◦ green 188 ◦ blue 169

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

Shades of Soft Amber #CABCA9

Tints of Soft Amber #CABCA9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.63%

 BLUE value IS 169 (66.41% from 255) = 30.23%

R = 36.14%
G = 33.63%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#CABCA9 (or 0xCABCA9) is known color: Soft Amber. HEX triplet: CA, BC and A9. RGB value is (202,188,169). Sum of RGB (Red+Green+Blue) = 202+188+169=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 169 (66.41% from 255 or 30.23% from 559); Max value from RGB is 202 - color contains mainly: red. Hex color #CABCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABCA9 is #354356. Grayscale: #BEBEBE. Windows color (decimal): -3490647 or 11123914. OLE color: 11123914.

HSL color Cylindrical-coordinate representation of color #CABCA9: hue angle of 34.55º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CABCA9 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 188 169 -
CMYK 0 0.07 0.16 0.21
HSL 34.55º 0.24% 0.73% -
HSV(B) 34.55º 0.16% 0.79% -
XYZ 49.5 51.39 44.85 -
YUV 190.02 116.14 136.54 -
System Red Green Blue C M Y K H S L
Decimal 202 188 169 0 0.07 0.16 0.21 34.55 0.24 0.73
Hex CA BC A9 0 7 10 15 23 18 49
Octal 312 274 251 0 7 20 25 43 30 111
Binary 11001010 10111100 10101001 0 111 10000 10101 100011 11000 1001001

Color Harmonies of #CABCA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABCA9

Black with #CABCA9

Text Example


Text Example

White with #CABCA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABCA9; }

 p { color: rgb(202,188,169); }

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

background-color css

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

 a { background-color: rgb(202,188,169); }

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

border-color css

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

 span { border-color: rgb(202,188,169); }

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