#C3C0C1

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

Shades of Twilight #C3C0C1

Tints of Twilight #C3C0C1

Color information

#C3C0C1 (or 0xC3C0C1) is unknown color: approx Twilight. HEX triplet: C3, C0 and C1. RGB value is (195,192,193). Sum of RGB (Red+Green+Blue) = 195+192+193=580 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.62% from 580); Green value is 192 (75.39% from 255 or 33.10% from 580); Blue value is 193 (75.78% from 255 or 33.28% from 580); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C0C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C0C1 is #3C3F3E. Grayscale: #C1C1C1. Windows color (decimal): -3948351 or 12697795. OLE color: 12697795.

HSL color Cylindrical-coordinate representation of color #C3C0C1: hue angle of 340º degrees, saturation: 0.02, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C3C0C1 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB195192193-
CMYK00.020.010.24
HSL340º2.44%75.88%-
HSV(B)340º1.54%76.47%-
XYZ50.9853.1558.02-
YUV193.01127.99129.42-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.62%
GREEN value IS 192 (75.39% from 255) = 33.10%
BLUE value IS 193 (75.78% from 255) = 33.28%
R=33.62%
G=33.10%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519219300.020.010.243402.4475.88
HexC3C0C10211815424c
Octal303300301021305242114
Binary110000111100000011000001010111000101010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C0C1; }

 p { color: rgb(195,192,193); }

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

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

 a { background-color: rgb(195,192,193); }

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

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

 span { border-color: rgb(195,192,193); }

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