#CFCFCA

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

Shades of Celeste #CFCFCA

Tints of Celeste #CFCFCA

Color information

#CFCFCA (or 0xCFCFCA) is unknown color: approx Celeste. HEX triplet: CF, CF and CA. RGB value is (207,207,202). Sum of RGB (Red+Green+Blue) = 207+207+202=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 207 (81.25% from 255 or 33.60% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCFCA is #303035. Grayscale: #CECECE. Windows color (decimal): -3158070 or 13291471. OLE color: 13291471.

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

Color convert

RGB207207202-
CMYK000.020.19
HSL60º4.95%80.2%-
HSV(B)60º2.42%81.18%-
XYZ58.7162.1664.78-
YUV206.43125.5128.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.60%
GREEN value IS 207 (81.25% from 255) = 33.60%
BLUE value IS 202 (79.30% from 255) = 32.79%
R=33.60%
G=33.60%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207207202000.020.19604.9580.2
HexCFCFCA002133c550
Octal31731731200223745120
Binary1100111111001111110010100010100111111001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCFCA; }

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

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

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

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

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

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

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

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