Html Css Color HEX #CABDAB Soft Amber

📋 copy color: '#CABDAB'

red 202 ◦ green 189 ◦ blue 171

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

Shades of Soft Amber #CABDAB

Tints of Soft Amber #CABDAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.43%

R = 35.94%
G = 33.63%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CABDAB (or 0xCABDAB) is known color: Soft Amber. HEX triplet: CA, BD and AB. RGB value is (202,189,171). Sum of RGB (Red+Green+Blue) = 202+189+171=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABDAB is #354254. Grayscale: #BEBEBE. Windows color (decimal): -3490389 or 11255242. OLE color: 11255242.

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

Color convert

RGB 202 189 171 -
CMYK 0 0.06 0.15 0.21
HSL 34.84º 0.23% 0.73% -
HSV(B) 34.84º 0.15% 0.79% -
XYZ 49.91 51.89 45.91 -
YUV 190.84 116.81 135.96 -
System Red Green Blue C M Y K H S L
Decimal 202 189 171 0 0.06 0.15 0.21 34.84 0.23 0.73
Hex CA BD AB 0 6 F 15 23 17 49
Octal 312 275 253 0 6 17 25 43 27 111
Binary 11001010 10111101 10101011 0 110 1111 10101 100011 10111 1001001

Color Harmonies of #CABDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABDAB

Black with #CABDAB

Text Example


Text Example

White with #CABDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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