#CFC7C2

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

Shades of Swirl #CFC7C2

Tints of Swirl #CFC7C2

Color information

#CFC7C2 (or 0xCFC7C2) is unknown color: approx Swirl. HEX triplet: CF, C7 and C2. RGB value is (207,199,194). Sum of RGB (Red+Green+Blue) = 207+199+194=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 199 (78.12% from 255 or 33.17% from 600); Blue value is 194 (76.17% from 255 or 32.33% from 600); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC7C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC7C2 is #30383D. Grayscale: #C8C8C8. Windows color (decimal): -3160126 or 12765135. OLE color: 12765135.

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

Color convert

RGB207199194-
CMYK00.040.060.19
HSL23.08º11.93%78.63%-
HSV(B)23.08º6.28%81.18%-
XYZ55.8958.0159.29-
YUV200.82124.15132.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.5%
GREEN value IS 199 (78.12% from 255) = 33.17%
BLUE value IS 194 (76.17% from 255) = 32.33%
R=34.5%
G=33.17%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719919400.040.060.1923.0811.9378.63
HexCFC7C20461317c4f
Octal317307302046232714117
Binary1100111111000111110000100100110100111011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC7C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC7C2; }

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

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

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

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

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

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

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

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