Html Css Color HEX #CBBCB1 Pale Slate

📋 copy color: '#CBBCB1'

red 203 ◦ green 188 ◦ blue 177

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

Shades of Pale Slate #CBBCB1

Tints of Pale Slate #CBBCB1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.1%

 BLUE value IS 177 (69.53% from 255) = 31.16%

R = 35.74%
G = 33.1%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CBBCB1 (or 0xCBBCB1) is known color: Pale Slate. HEX triplet: CB, BC and B1. RGB value is (203,188,177). Sum of RGB (Red+Green+Blue) = 203+188+177=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 177 (69.53% from 255 or 31.16% from 568); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBCB1 is #34434E. Grayscale: #BFBFBF. Windows color (decimal): -3425103 or 11648203. OLE color: 11648203.

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

Color convert

RGB 203 188 177 -
CMYK 0 0.07 0.13 0.20
HSL 25.38º 0.2% 0.75% -
HSV(B) 25.38º 0.13% 0.8% -
XYZ 50.55 51.84 48.94 -
YUV 191.23 119.97 136.39 -
System Red Green Blue C M Y K H S L
Decimal 203 188 177 0 0.07 0.13 0.20 25.38 0.2 0.75
Hex CB BC B1 0 7 D 14 19 14 4B
Octal 313 274 261 0 7 15 24 31 24 113
Binary 11001011 10111100 10110001 0 111 1101 10100 11001 10100 1001011

Color Harmonies of #CBBCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBCB1

Black with #CBBCB1

Text Example


Text Example

White with #CBBCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBCB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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