Html Css Color HEX #CBC1BD Pale Slate

📋 copy color: '#CBC1BD'

red 203 ◦ green 193 ◦ blue 189

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

Shades of Pale Slate #CBC1BD

Tints of Pale Slate #CBC1BD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.99%

 BLUE value IS 189 (74.22% from 255) = 32.31%

R = 34.7%
G = 32.99%
B = 32.31%

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

#CBC1BD (or 0xCBC1BD) is known color: Pale Slate. HEX triplet: CB, C1 and BD. RGB value is (203,193,189). Sum of RGB (Red+Green+Blue) = 203+193+189=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 193 (75.78% from 255 or 32.99% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC1BD is #343E42. Grayscale: #C3C3C3. Windows color (decimal): -3423811 or 12435915. OLE color: 12435915.

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

Color convert

RGB 203 193 189 -
CMYK 0 0.05 0.07 0.20
HSL 17.14º 0.12% 0.77% -
HSV(B) 17.14º 0.07% 0.8% -
XYZ 52.88 54.51 55.88 -
YUV 195.53 124.31 133.33 -
System Red Green Blue C M Y K H S L
Decimal 203 193 189 0 0.05 0.07 0.20 17.14 0.12 0.77
Hex CB C1 BD 0 5 7 14 11 C 4D
Octal 313 301 275 0 5 7 24 21 14 115
Binary 11001011 11000001 10111101 0 101 111 10100 10001 1100 1001101

Color Harmonies of #CBC1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC1BD

Black with #CBC1BD

Text Example


Text Example

White with #CBC1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC1BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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