Html Css Color HEX #CABDAA Soft Amber

📋 copy color: '#CABDAA'

red 202 ◦ green 189 ◦ blue 170

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

Shades of Soft Amber #CABDAA

Tints of Soft Amber #CABDAA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.69%

 BLUE value IS 170 (66.8% from 255) = 30.3%

R = 36.01%
G = 33.69%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#CABDAA (or 0xCABDAA) is known color: Soft Amber. HEX triplet: CA, BD and AA. RGB value is (202,189,170). Sum of RGB (Red+Green+Blue) = 202+189+170=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABDAA is #354255. Grayscale: #BEBEBE. Windows color (decimal): -3490390 or 11189706. OLE color: 11189706.

HSL color Cylindrical-coordinate representation of color #CABDAA: hue angle of 35.62º degrees, saturation: 0.23, 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 #CABDAA is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 189 170 -
CMYK 0 0.06 0.16 0.21
HSL 35.63º 0.23% 0.73% -
HSV(B) 35.63º 0.16% 0.79% -
XYZ 49.81 51.85 45.41 -
YUV 190.72 116.31 136.04 -
System Red Green Blue C M Y K H S L
Decimal 202 189 170 0 0.06 0.16 0.21 35.63 0.23 0.73
Hex CA BD AA 0 6 10 15 24 17 49
Octal 312 275 252 0 6 20 25 44 27 111
Binary 11001010 10111101 10101010 0 110 10000 10101 100100 10111 1001001

Color Harmonies of #CABDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABDAA

Black with #CABDAA

Text Example


Text Example

White with #CABDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABDAA; }

 p { color: rgb(202,189,170); }

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

background-color css

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

 a { background-color: rgb(202,189,170); }

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

border-color css

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

 span { border-color: rgb(202,189,170); }

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