#CFCBC6

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

Shades of Swirl #CFCBC6

Tints of Swirl #CFCBC6

Color information

#CFCBC6 (or 0xCFCBC6) is unknown color: approx Swirl. HEX triplet: CF, CB and C6. RGB value is (207,203,198). Sum of RGB (Red+Green+Blue) = 207+203+198=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 198 (77.73% from 255 or 32.57% from 608); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCBC6 is #303439. Grayscale: #CBCBCB. Windows color (decimal): -3159098 or 13028303. OLE color: 13028303.

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

Color convert

RGB207203198-
CMYK00.020.040.19
HSL33.33º8.57%79.41%-
HSV(B)33.33º4.35%81.18%-
XYZ57.2860.0562-
YUV203.63124.83130.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.05%
GREEN value IS 203 (79.69% from 255) = 33.39%
BLUE value IS 198 (77.73% from 255) = 32.57%
R=34.05%
G=33.39%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720319800.020.040.1933.338.5779.41
HexCFCBC6024132194f
Octal317313306024234111117
Binary1100111111001011110001100101001001110000110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCBC6; }

 p { color: rgb(207,203,198); }

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

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

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

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

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

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

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