#C3CBD0

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

Shades of Spindle #C3CBD0

Tints of Spindle #C3CBD0

Color information

#C3CBD0 (or 0xC3CBD0) is unknown color: approx Spindle. HEX triplet: C3, CB and D0. RGB value is (195,203,208). Sum of RGB (Red+Green+Blue) = 195+203+208=606 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.18% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 208 (81.64% from 255 or 34.32% from 606); Max value from RGB is 208 - color contains mainly: blue. Hex color #C3CBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CBD0 is #3C342F. Grayscale: #C9C9C9. Windows color (decimal): -3945520 or 13683651. OLE color: 13683651.

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

Color convert

RGB195203208-
CMYK0.060.0200.18
HSL203.08º12.15%79.02%-
HSV(B)203.08º6.25%81.57%-
XYZ55.2558.8768.13-
YUV201.18131.85123.59-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.18%
GREEN value IS 203 (79.69% from 255) = 33.50%
BLUE value IS 208 (81.64% from 255) = 34.32%
R=32.18%
G=33.50%
B=34.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1952032080.060.0200.18203.0812.1579.02
HexC3CBD062012cbc4f
Octal3033133206202231314117
Binary110000111100101111010000110100100101100101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CBD0; }

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

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

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

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

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

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

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

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