Html Css Color HEX #CBC7C5 Pale Slate

📋 copy color: '#CBC7C5'

red 203 ◦ green 199 ◦ blue 197

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

Shades of Pale Slate #CBC7C5

Tints of Pale Slate #CBC7C5

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.22%

 BLUE value IS 197 (77.34% from 255) = 32.89%

R = 33.89%
G = 33.22%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#CBC7C5 (or 0xCBC7C5) is known color: Pale Slate. HEX triplet: CB, C7 and C5. RGB value is (203,199,197). Sum of RGB (Red+Green+Blue) = 203+199+197=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 199 (78.12% from 255 or 33.22% from 599); Blue value is 197 (77.34% from 255 or 32.89% from 599); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC7C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC7C5 is #34383A. Grayscale: #C7C7C7. Windows color (decimal): -3422267 or 12961739. OLE color: 12961739.

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

Color convert

RGB 203 199 197 -
CMYK 0 0.02 0.03 0.20
HSL 20º 0.05% 0.78% -
HSV(B) 20º 0.03% 0.8% -
XYZ 55.13 57.57 61.03 -
YUV 199.97 126.33 130.16 -
System Red Green Blue C M Y K H S L
Decimal 203 199 197 0 0.02 0.03 0.20 20 0.05 0.78
Hex CB C7 C5 0 2 3 14 14 5 4E
Octal 313 307 305 0 2 3 24 24 5 116
Binary 11001011 11000111 11000101 0 10 11 10100 10100 101 1001110

Color Harmonies of #CBC7C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC7C5

Black with #CBC7C5

Text Example


Text Example

White with #CBC7C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC7C5; }

 p { color: rgb(203,199,197); }

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

background-color css

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

 a { background-color: rgb(203,199,197); }

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

border-color css

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

 span { border-color: rgb(203,199,197); }

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