Html Css Color HEX #CFC2BC Pale Slate

📋 copy color: '#CFC2BC'

red 207 ◦ green 194 ◦ blue 188

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

Shades of Pale Slate #CFC2BC

Tints of Pale Slate #CFC2BC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.94%

 BLUE value IS 188 (73.83% from 255) = 31.92%

R = 35.14%
G = 32.94%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CFC2BC (or 0xCFC2BC) is known color: Pale Slate. HEX triplet: CF, C2 and BC. RGB value is (207,194,188). Sum of RGB (Red+Green+Blue) = 207+194+188=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC2BC is #303D43. Grayscale: #C5C5C5. Windows color (decimal): -3161412 or 12370639. OLE color: 12370639.

HSL color Cylindrical-coordinate representation of color #CFC2BC: hue angle of 18.95º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFC2BC is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 194 188 -
CMYK 0 0.06 0.09 0.19
HSL 18.95º 0.17% 0.77% -
HSV(B) 18.95º 0.09% 0.81% -
XYZ 54.1 55.48 55.43 -
YUV 197.2 122.81 134.99 -
System Red Green Blue C M Y K H S L
Decimal 207 194 188 0 0.06 0.09 0.19 18.95 0.17 0.77
Hex CF C2 BC 0 6 9 13 13 11 4D
Octal 317 302 274 0 6 11 23 23 21 115
Binary 11001111 11000010 10111100 0 110 1001 10011 10011 10001 1001101

Color Harmonies of #CFC2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC2BC

Black with #CFC2BC

Text Example


Text Example

White with #CFC2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC2BC; }

 p { color: rgb(207,194,188); }

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

background-color css

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

 a { background-color: rgb(207,194,188); }

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

border-color css

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

 span { border-color: rgb(207,194,188); }

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