#CABCA4

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

Shades of Soft Amber #CABCA4

Tints of Soft Amber #CABCA4

Color information

#CABCA4 (or 0xCABCA4) is unknown color: approx Soft Amber. HEX triplet: CA, BC and A4. RGB value is (202,188,164). Sum of RGB (Red+Green+Blue) = 202+188+164=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 164 (64.45% from 255 or 29.60% from 554); Max value from RGB is 202 - color contains mainly: red. Hex color #CABCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABCA4 is #35435B. Grayscale: #BDBDBD. Windows color (decimal): -3490652 or 10796234. OLE color: 10796234.

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

Color convert

RGB202188164-
CMYK00.070.190.21
HSL37.89º26.39%71.76%-
HSV(B)37.89º18.81%79.22%-
XYZ49.0451.242.42-
YUV189.45113.64136.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.46%
GREEN value IS 188 (73.83% from 255) = 33.94%
BLUE value IS 164 (64.45% from 255) = 29.60%
R=36.46%
G=33.94%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218816400.070.190.2137.8926.3971.76
HexCABCA4071315261a48
Octal3122742440723254632110
Binary11001010101111001010010001111001110101100110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABCA4; }

 p { color: rgb(202,188,164); }

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

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

 a { background-color: rgb(202,188,164); }

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

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

 span { border-color: rgb(202,188,164); }

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