#C3CBCF

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

Shades of Spindle #C3CBCF

Tints of Spindle #C3CBCF

Color information

#C3CBCF (or 0xC3CBCF) is unknown color: approx Spindle. HEX triplet: C3, CB and CF. RGB value is (195,203,207). Sum of RGB (Red+Green+Blue) = 195+203+207=605 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.23% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 207 - color contains mainly: blue. Hex color #C3CBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CBCF is #3C3430. Grayscale: #C9C9C9. Windows color (decimal): -3945521 or 13618115. OLE color: 13618115.

HSL color Cylindrical-coordinate representation of color #C3CBCF: hue angle of 200º degrees, saturation: 0.11, 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 #C3CBCF is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB195203207-
CMYK0.060.0200.19
HSL200º11.11%78.82%-
HSV(B)200º5.8%81.18%-
XYZ55.1258.8267.48-
YUV201.06131.35123.67-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.23%
GREEN value IS 203 (79.69% from 255) = 33.55%
BLUE value IS 207 (81.25% from 255) = 34.21%
R=32.23%
G=33.55%
B=34.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1952032070.060.0200.1920011.1178.82
HexC3CBCF62013c8b4f
Octal3033133176202331013117
Binary110000111100101111001111110100100111100100010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CBCF; }

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

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

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

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

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

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

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

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