Html Css Color HEX #CBC0BC Pale Slate

📋 copy color: '#CBC0BC'

red 203 ◦ green 192 ◦ blue 188

#CBC0BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Slate #CBC0BC

Tints of Pale Slate #CBC0BC

RGB

 RED value IS 203 (79.69% from 255) = 34.82%

 GREEN value IS 192 (75.39% from 255) = 32.93%

 BLUE value IS 188 (73.83% from 255) = 32.25%

R = 34.82%
G = 32.93%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#CBC0BC (or 0xCBC0BC) is known color: Pale Slate. HEX triplet: CB, C0 and BC. RGB value is (203,192,188). Sum of RGB (Red+Green+Blue) = 203+192+188=583 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.82% from 583); Green value is 192 (75.39% from 255 or 32.93% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC0BC is #343F43. Grayscale: #C2C2C2. Windows color (decimal): -3424068 or 12370123. OLE color: 12370123.

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

Color convert

RGB 203 192 188 -
CMYK 0 0.05 0.07 0.20
HSL 16º 0.13% 0.77% -
HSV(B) 16º 0.07% 0.8% -
XYZ 52.56 54.03 55.24 -
YUV 194.83 124.14 133.83 -
System Red Green Blue C M Y K H S L
Decimal 203 192 188 0 0.05 0.07 0.20 16 0.13 0.77
Hex CB C0 BC 0 5 7 14 10 D 4D
Octal 313 300 274 0 5 7 24 20 15 115
Binary 11001011 11000000 10111100 0 101 111 10100 10000 1101 1001101

Color Harmonies of #CBC0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC0BC

Black with #CBC0BC

Text Example


Text Example

White with #CBC0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC0BC; }

 p { color: rgb(203,192,188); }

 H1.HeaderClassName
 {
   color: #CBC0BC;
 }
 .AnyTagClassName
 {
   color: #CBC0BC;
 }
</style>

background-color css

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

 a { background-color: rgb(203,192,188); }

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

border-color css

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

 span { border-color: rgb(203,192,188); }

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