#CABDB0

Color #CABDB0 Soft Amber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Soft Amber #CABDB0

Tints of Soft Amber #CABDB0

Color information

#CABDB0 (or 0xCABDB0) is unknown color: approx Soft Amber. HEX triplet: CA, BD and B0. RGB value is (202,189,176). Sum of RGB (Red+Green+Blue) = 202+189+176=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 176 (69.14% from 255 or 31.04% from 567); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABDB0 is #35424F. Grayscale: #BFBFBF. Windows color (decimal): -3490384 or 11582922. OLE color: 11582922.

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

Color convert

RGB202189176-
CMYK00.060.130.21
HSL30º19.7%74.12%-
HSV(B)30º12.87%79.22%-
XYZ50.3952.0948.47-
YUV191.4119.31135.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.63%
GREEN value IS 189 (74.22% from 255) = 33.33%
BLUE value IS 176 (69.14% from 255) = 31.04%
R=35.63%
G=33.33%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218917600.060.130.213019.774.12
HexCABDB006D151e144a
Octal3122752600615253624112
Binary110010101011110110110000011011011010111110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDB0; }

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

 H1.HeaderClassName
 {
   color: #CABDB0;
 }
 .AnyTagClassName
 {
   color: #CABDB0;
 }
</style>
background-color css

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

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

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

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

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

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