Html Css Color HEX #CBC4C0 Pale Slate

📋 copy color: '#CBC4C0'

red 203 ◦ green 196 ◦ blue 192

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

Shades of Pale Slate #CBC4C0

Tints of Pale Slate #CBC4C0

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.16%

 BLUE value IS 192 (75.39% from 255) = 32.49%

R = 34.35%
G = 33.16%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#CBC4C0 (or 0xCBC4C0) is known color: Pale Slate. HEX triplet: CB, C4 and C0. RGB value is (203,196,192). Sum of RGB (Red+Green+Blue) = 203+196+192=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 192 (75.39% from 255 or 32.49% from 591); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC4C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC4C0 is #343B3F. Grayscale: #C5C5C5. Windows color (decimal): -3423040 or 12633291. OLE color: 12633291.

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

Color convert

RGB 203 196 192 -
CMYK 0 0.03 0.05 0.20
HSL 21.82º 0.1% 0.77% -
HSV(B) 21.82º 0.05% 0.8% -
XYZ 53.88 55.98 57.83 -
YUV 197.64 124.82 131.83 -
System Red Green Blue C M Y K H S L
Decimal 203 196 192 0 0.03 0.05 0.20 21.82 0.1 0.77
Hex CB C4 C0 0 3 5 14 16 A 4D
Octal 313 304 300 0 3 5 24 26 12 115
Binary 11001011 11000100 11000000 0 11 101 10100 10110 1010 1001101

Color Harmonies of #CBC4C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC4C0

Black with #CBC4C0

Text Example


Text Example

White with #CBC4C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC4C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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