Html Css Color HEX #CBBCB2 Pale Slate

📋 copy color: '#CBBCB2'

red 203 ◦ green 188 ◦ blue 178

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

Shades of Pale Slate #CBBCB2

Tints of Pale Slate #CBBCB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.28%

R = 35.68%
G = 33.04%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#CBBCB2 (or 0xCBBCB2) is known color: Pale Slate. HEX triplet: CB, BC and B2. RGB value is (203,188,178). Sum of RGB (Red+Green+Blue) = 203+188+178=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 178 (69.92% from 255 or 31.28% from 569); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBCB2 is #34434D. Grayscale: #BFBFBF. Windows color (decimal): -3425102 or 11713739. OLE color: 11713739.

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

Color convert

RGB 203 188 178 -
CMYK 0 0.07 0.12 0.20
HSL 24º 0.19% 0.75% -
HSV(B) 24º 0.12% 0.8% -
XYZ 50.65 51.88 49.46 -
YUV 191.35 120.47 136.31 -
System Red Green Blue C M Y K H S L
Decimal 203 188 178 0 0.07 0.12 0.20 24 0.19 0.75
Hex CB BC B2 0 7 C 14 18 13 4B
Octal 313 274 262 0 7 14 24 30 23 113
Binary 11001011 10111100 10110010 0 111 1100 10100 11000 10011 1001011

Color Harmonies of #CBBCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBCB2

Black with #CBBCB2

Text Example


Text Example

White with #CBBCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBCB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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