Html Css Color HEX #CFC5BF Pale Slate

📋 copy color: '#CFC5BF'

red 207 ◦ green 197 ◦ blue 191

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

Shades of Pale Slate #CFC5BF

Tints of Pale Slate #CFC5BF

RGB

 RED value IS 207 (81.25% from 255) = 34.79%

 GREEN value IS 197 (77.34% from 255) = 33.11%

 BLUE value IS 191 (75% from 255) = 32.1%

R = 34.79%
G = 33.11%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CFC5BF (or 0xCFC5BF) is known color: Pale Slate. HEX triplet: CF, C5 and BF. RGB value is (207,197,191). Sum of RGB (Red+Green+Blue) = 207+197+191=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 197 (77.34% from 255 or 33.11% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC5BF is #303A40. Grayscale: #C7C7C7. Windows color (decimal): -3160641 or 12568015. OLE color: 12568015.

HSL color Cylindrical-coordinate representation of color #CFC5BF: hue angle of 22.5º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFC5BF is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 197 191 -
CMYK 0 0.05 0.08 0.19
HSL 22.5º 0.14% 0.78% -
HSV(B) 22.5º 0.08% 0.81% -
XYZ 55.1 56.96 57.38 -
YUV 199.31 123.31 133.49 -
System Red Green Blue C M Y K H S L
Decimal 207 197 191 0 0.05 0.08 0.19 22.5 0.14 0.78
Hex CF C5 BF 0 5 8 13 16 E 4E
Octal 317 305 277 0 5 10 23 26 16 116
Binary 11001111 11000101 10111111 0 101 1000 10011 10110 1110 1001110

Color Harmonies of #CFC5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC5BF

Black with #CFC5BF

Text Example


Text Example

White with #CFC5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC5BF; }

 p { color: rgb(207,197,191); }

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

background-color css

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

 a { background-color: rgb(207,197,191); }

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

border-color css

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

 span { border-color: rgb(207,197,191); }

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