Html Css Color HEX #CBC2BC Pale Slate

📋 copy color: '#CBC2BC'

red 203 ◦ green 194 ◦ blue 188

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

Shades of Pale Slate #CBC2BC

Tints of Pale Slate #CBC2BC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.16%

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

R = 34.7%
G = 33.16%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#CBC2BC (or 0xCBC2BC) is known color: Pale Slate. HEX triplet: CB, C2 and BC. RGB value is (203,194,188). Sum of RGB (Red+Green+Blue) = 203+194+188=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC2BC is #343D43. Grayscale: #C4C4C4. Windows color (decimal): -3423556 or 12370635. OLE color: 12370635.

HSL color Cylindrical-coordinate representation of color #CBC2BC: hue angle of 24º 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 #CBC2BC is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 194 188 -
CMYK 0 0.04 0.07 0.20
HSL 24º 0.13% 0.77% -
HSV(B) 24º 0.07% 0.8% -
XYZ 53 54.91 55.38 -
YUV 196.01 123.48 132.99 -
System Red Green Blue C M Y K H S L
Decimal 203 194 188 0 0.04 0.07 0.20 24 0.13 0.77
Hex CB C2 BC 0 4 7 14 18 D 4D
Octal 313 302 274 0 4 7 24 30 15 115
Binary 11001011 11000010 10111100 0 100 111 10100 11000 1101 1001101

Color Harmonies of #CBC2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC2BC

Black with #CBC2BC

Text Example


Text Example

White with #CBC2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC2BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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