#CBC6C3

Color #CBC6C3 Pale Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Slate #CBC6C3

Tints of Pale Slate #CBC6C3

Color information

#CBC6C3 (or 0xCBC6C3) is unknown color: approx Pale Slate. HEX triplet: CB, C6 and C3. RGB value is (203,198,195). Sum of RGB (Red+Green+Blue) = 203+198+195=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 198 (77.73% from 255 or 33.22% from 596); Blue value is 195 (76.56% from 255 or 32.72% from 596); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC6C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC6C3 is #34393C. Grayscale: #C7C7C7. Windows color (decimal): -3422525 or 12830411. OLE color: 12830411.

HSL color Cylindrical-coordinate representation of color #CBC6C3: hue angle of 22.5º degrees, saturation: 0.07, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CBC6C3 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB203198195-
CMYK00.020.040.20
HSL22.5º7.14%78.04%-
HSV(B)22.5º3.94%79.61%-
XYZ54.6757.0259.76-
YUV199.15125.66130.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.06%
GREEN value IS 198 (77.73% from 255) = 33.22%
BLUE value IS 195 (76.56% from 255) = 32.72%
R=34.06%
G=33.22%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319819500.020.040.2022.57.1478.04
HexCBC6C3024141774e
Octal31330630302424277116
Binary11001011110001101100001101010010100101111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC6C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC6C3; }

 p { color: rgb(203,198,195); }

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

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

 a { background-color: rgb(203,198,195); }

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

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

 span { border-color: rgb(203,198,195); }

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