Html Css Color HEX #CBC0BB Pale Slate

📋 copy color: '#CBC0BB'

red 203 ◦ green 192 ◦ blue 187

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

Shades of Pale Slate #CBC0BB

Tints of Pale Slate #CBC0BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.13%

R = 34.88%
G = 32.99%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CBC0BB (or 0xCBC0BB) is known color: Pale Slate. HEX triplet: CB, C0 and BB. RGB value is (203,192,187). Sum of RGB (Red+Green+Blue) = 203+192+187=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 192 (75.39% from 255 or 32.99% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC0BB is #343F44. Grayscale: #C2C2C2. Windows color (decimal): -3424069 or 12304587. OLE color: 12304587.

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

Color convert

RGB 203 192 187 -
CMYK 0 0.05 0.08 0.20
HSL 18.75º 0.13% 0.76% -
HSV(B) 18.75º 0.08% 0.8% -
XYZ 52.45 53.98 54.67 -
YUV 194.72 123.64 133.91 -
System Red Green Blue C M Y K H S L
Decimal 203 192 187 0 0.05 0.08 0.20 18.75 0.13 0.76
Hex CB C0 BB 0 5 8 14 13 D 4C
Octal 313 300 273 0 5 10 24 23 15 114
Binary 11001011 11000000 10111011 0 101 1000 10100 10011 1101 1001100

Color Harmonies of #CBC0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC0BB

Black with #CBC0BB

Text Example


Text Example

White with #CBC0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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