#CABEB1

Color #CABEB1 Stark White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stark White #CABEB1

Tints of Stark White #CABEB1

Color information

#CABEB1 (or 0xCABEB1) is unknown color: approx Stark White. HEX triplet: CA, BE and B1. RGB value is (202,190,177). Sum of RGB (Red+Green+Blue) = 202+190+177=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 177 (69.53% from 255 or 31.11% from 569); Max value from RGB is 202 - color contains mainly: red. Hex color #CABEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABEB1 is #35414E. Grayscale: #C0C0C0. Windows color (decimal): -3490127 or 11648714. OLE color: 11648714.

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

Color convert

RGB202190177-
CMYK00.060.120.21
HSL31.2º19.08%74.31%-
HSV(B)31.2º12.38%79.22%-
XYZ50.7152.5649.07-
YUV192.11119.48135.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.50%
GREEN value IS 190 (74.61% from 255) = 33.39%
BLUE value IS 177 (69.53% from 255) = 31.11%
R=35.50%
G=33.39%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219017700.060.120.2131.219.0874.31
HexCABEB106C151f134a
Octal3122762610614253723112
Binary110010101011111010110001011011001010111111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABEB1; }

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

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

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

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

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

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

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

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