#CFCFC0

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

Shades of Celeste #CFCFC0

Tints of Celeste #CFCFC0

Color information

#CFCFC0 (or 0xCFCFC0) is unknown color: approx Celeste. HEX triplet: CF, CF and C0. RGB value is (207,207,192). Sum of RGB (Red+Green+Blue) = 207+207+192=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 192 (75.39% from 255 or 31.68% from 606); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCFC0 is #30303F. Grayscale: #CDCDCD. Windows color (decimal): -3158080 or 12636111. OLE color: 12636111.

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

Color convert

RGB207207192-
CMYK000.070.19
HSL60º13.51%78.24%-
HSV(B)60º7.25%81.18%-
XYZ57.5661.758.74-
YUV205.29120.5129.22-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.16%
GREEN value IS 207 (81.25% from 255) = 34.16%
BLUE value IS 192 (75.39% from 255) = 31.68%
R=34.16%
G=34.16%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207207192000.070.196013.5178.24
HexCFCFC0007133ce4e
Octal317317300007237416116
Binary110011111100111111000000001111001111110011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCFC0; }

 p { color: rgb(207,207,192); }

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

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

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

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

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

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

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