#CFCCC8

Color #CFCCC8 Westar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Westar #CFCCC8

Tints of Westar #CFCCC8

Color information

#CFCCC8 (or 0xCFCCC8) is unknown color: approx Westar. HEX triplet: CF, CC and C8. RGB value is (207,204,200). Sum of RGB (Red+Green+Blue) = 207+204+200=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 200 (78.52% from 255 or 32.73% from 611); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCCC8 is #303337. Grayscale: #CCCCCC. Windows color (decimal): -3158840 or 13159631. OLE color: 13159631.

HSL color Cylindrical-coordinate representation of color #CFCCC8: hue angle of 34.29º degrees, saturation: 0.07, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CFCCC8 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB207204200-
CMYK00.010.030.19
HSL34.29º6.8%79.8%-
HSV(B)34.29º3.38%81.18%-
XYZ57.7560.6263.3-
YUV204.44125.49129.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.88%
GREEN value IS 204 (80.08% from 255) = 33.39%
BLUE value IS 200 (78.52% from 255) = 32.73%
R=33.88%
G=33.39%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720420000.010.030.1934.296.879.8
HexCFCCC80131322750
Octal31731431001323427120
Binary1100111111001100110010000111100111000101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCCC8; }

 p { color: rgb(207,204,200); }

 H1.HeaderClassName
 {
   color: #CFCCC8;
 }
 .AnyTagClassName
 {
   color: #CFCCC8;
 }
</style>
background-color css

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

 a { background-color: rgb(207,204,200); }

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

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

 span { border-color: rgb(207,204,200); }

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