#CABCAF

Color #CABCAF Grain Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grain Brown #CABCAF

Tints of Grain Brown #CABCAF

Color information

#CABCAF (or 0xCABCAF) is unknown color: approx Grain Brown. HEX triplet: CA, BC and AF. RGB value is (202,188,175). Sum of RGB (Red+Green+Blue) = 202+188+175=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 202 - color contains mainly: red. Hex color #CABCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABCAF is #354350. Grayscale: #BEBEBE. Windows color (decimal): -3490641 or 11517130. OLE color: 11517130.

HSL color Cylindrical-coordinate representation of color #CABCAF: hue angle of 28.89º 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 #CABCAF is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB202188175-
CMYK00.070.130.21
HSL28.89º20.3%73.92%-
HSV(B)28.89º13.37%79.22%-
XYZ50.0851.6247.88-
YUV190.7119.14136.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.75%
GREEN value IS 188 (73.83% from 255) = 33.27%
BLUE value IS 175 (68.75% from 255) = 30.97%
R=35.75%
G=33.27%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218817500.070.130.2128.8920.373.92
HexCABCAF07D151d144a
Octal3122742570715253524112
Binary110010101011110010101111011111011010111101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABCAF; }

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

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

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

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

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

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

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

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