Html Css Color HEX #CFC2BA Pale Slate

📋 copy color: '#CFC2BA'

red 207 ◦ green 194 ◦ blue 186

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

Shades of Pale Slate #CFC2BA

Tints of Pale Slate #CFC2BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31.69%

R = 35.26%
G = 33.05%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CFC2BA (or 0xCFC2BA) is known color: Pale Slate. HEX triplet: CF, C2 and BA. RGB value is (207,194,186). Sum of RGB (Red+Green+Blue) = 207+194+186=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 194 (76.17% from 255 or 33.05% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC2BA is #303D45. Grayscale: #C5C5C5. Windows color (decimal): -3161414 or 12239567. OLE color: 12239567.

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

Color convert

RGB 207 194 186 -
CMYK 0 0.06 0.10 0.19
HSL 22.86º 0.18% 0.77% -
HSV(B) 22.86º 0.1% 0.81% -
XYZ 53.89 55.39 54.31 -
YUV 196.98 121.81 135.15 -
System Red Green Blue C M Y K H S L
Decimal 207 194 186 0 0.06 0.10 0.19 22.86 0.18 0.77
Hex CF C2 BA 0 6 A 13 17 12 4D
Octal 317 302 272 0 6 12 23 27 22 115
Binary 11001111 11000010 10111010 0 110 1010 10011 10111 10010 1001101

Color Harmonies of #CFC2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC2BA

Black with #CFC2BA

Text Example


Text Example

White with #CFC2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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