#CABEA8

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

Shades of Soft Amber #CABEA8

Tints of Soft Amber #CABEA8

Color information

#CABEA8 (or 0xCABEA8) is unknown color: approx Soft Amber. HEX triplet: CA, BE and A8. RGB value is (202,190,168). Sum of RGB (Red+Green+Blue) = 202+190+168=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 168 (66.02% from 255 or 30% from 560); Max value from RGB is 202 - color contains mainly: red. Hex color #CABEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABEA8 is #354157. Grayscale: #BFBFBF. Windows color (decimal): -3490136 or 11058890. OLE color: 11058890.

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

Color convert

RGB202190168-
CMYK00.060.170.21
HSL38.82º24.29%72.55%-
HSV(B)38.82º16.83%79.22%-
XYZ49.8452.2144.5-
YUV191.08114.98135.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.07%
GREEN value IS 190 (74.61% from 255) = 33.93%
BLUE value IS 168 (66.02% from 255) = 30%
R=36.07%
G=33.93%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219016800.060.170.2138.8224.2972.55
HexCABEA8061115271849
Octal3122762500621254730111
Binary11001010101111101010100001101000110101100111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABEA8; }

 p { color: rgb(202,190,168); }

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

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

 a { background-color: rgb(202,190,168); }

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

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

 span { border-color: rgb(202,190,168); }

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