#CBC4C1

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

Shades of Pale Slate #CBC4C1

Tints of Pale Slate #CBC4C1

Color information

#CBC4C1 (or 0xCBC4C1) is unknown color: approx Pale Slate. HEX triplet: CB, C4 and C1. RGB value is (203,196,193). Sum of RGB (Red+Green+Blue) = 203+196+193=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 196 (76.95% from 255 or 33.11% from 592); Blue value is 193 (75.78% from 255 or 32.60% from 592); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC4C1 is #343B3E. Grayscale: #C5C5C5. Windows color (decimal): -3423039 or 12698827. OLE color: 12698827.

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

Color convert

RGB203196193-
CMYK00.030.050.20
HSL18º8.77%77.65%-
HSV(B)18º4.93%79.61%-
XYZ53.9956.0358.42-
YUV197.75125.32131.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.29%
GREEN value IS 196 (76.95% from 255) = 33.11%
BLUE value IS 193 (75.78% from 255) = 32.60%
R=34.29%
G=33.11%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319619300.030.050.20188.7777.65
HexCBC4C1035141294e
Octal313304301035242211116
Binary110010111100010011000001011101101001001010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC4C1; }

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

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

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

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

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

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

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

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