#CBC4B6

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

Shades of Stark White #CBC4B6

Tints of Stark White #CBC4B6

Color information

#CBC4B6 (or 0xCBC4B6) is unknown color: approx Stark White. HEX triplet: CB, C4 and B6. RGB value is (203,196,182). Sum of RGB (Red+Green+Blue) = 203+196+182=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 196 (76.95% from 255 or 33.73% from 581); Blue value is 182 (71.48% from 255 or 31.33% from 581); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC4B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC4B6 is #343B49. Grayscale: #C4C4C4. Windows color (decimal): -3423050 or 11977931. OLE color: 11977931.

HSL color Cylindrical-coordinate representation of color #CBC4B6: hue angle of 40º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBC4B6 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB203196182-
CMYK00.030.100.20
HSL40º16.8%75.49%-
HSV(B)40º10.34%79.61%-
XYZ52.8155.5552.2-
YUV196.5119.82132.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.94%
GREEN value IS 196 (76.95% from 255) = 33.73%
BLUE value IS 182 (71.48% from 255) = 31.33%
R=34.94%
G=33.73%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319618200.030.100.204016.875.49
HexCBC4B603A1428114b
Octal3133042660312245021113
Binary110010111100010010110110011101010100101000100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC4B6; }

 p { color: rgb(203,196,182); }

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

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

 a { background-color: rgb(203,196,182); }

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

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

 span { border-color: rgb(203,196,182); }

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