#CABEA6

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

Shades of Soft Amber #CABEA6

Tints of Soft Amber #CABEA6

Color information

#CABEA6 (or 0xCABEA6) is unknown color: approx Soft Amber. HEX triplet: CA, BE and A6. RGB value is (202,190,166). Sum of RGB (Red+Green+Blue) = 202+190+166=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 166 (65.23% from 255 or 29.75% from 558); Max value from RGB is 202 - color contains mainly: red. Hex color #CABEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABEA6 is #354159. Grayscale: #BEBEBE. Windows color (decimal): -3490138 or 10927818. OLE color: 10927818.

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

Color convert

RGB202190166-
CMYK00.060.180.21
HSL40º25.35%72.16%-
HSV(B)40º17.82%79.22%-
XYZ49.6552.1443.52-
YUV190.85113.98135.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.20%
GREEN value IS 190 (74.61% from 255) = 34.05%
BLUE value IS 166 (65.23% from 255) = 29.75%
R=36.20%
G=34.05%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219016600.060.180.214025.3572.16
HexCABEA6061215281948
Octal3122762460622255031110
Binary11001010101111101010011001101001010101101000110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABEA6; }

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

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

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

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

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

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

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

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