#C4CBCF

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

Shades of Spindle #C4CBCF

Tints of Spindle #C4CBCF

Color information

#C4CBCF (or 0xC4CBCF) is unknown color: approx Spindle. HEX triplet: C4, CB and CF. RGB value is (196,203,207). Sum of RGB (Red+Green+Blue) = 196+203+207=606 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.34% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 207 - color contains mainly: blue. Hex color #C4CBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CBCF is #3B3430. Grayscale: #C9C9C9. Windows color (decimal): -3879985 or 13618116. OLE color: 13618116.

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

Color convert

RGB196203207-
CMYK0.050.0200.19
HSL201.82º10.28%79.02%-
HSV(B)201.82º5.31%81.18%-
XYZ55.3858.9567.49-
YUV201.36131.18124.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.34%
GREEN value IS 203 (79.69% from 255) = 33.50%
BLUE value IS 207 (81.25% from 255) = 34.16%
R=32.34%
G=33.50%
B=34.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1962032070.050.0200.19201.8210.2879.02
HexC4CBCF52013caa4f
Octal3043133175202331212117
Binary110001001100101111001111101100100111100101010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CBCF; }

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

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

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

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

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

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

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

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