#C2306A

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

Shades of Cerise #C2306A

Tints of Cerise #C2306A

Color information

#C2306A (or 0xC2306A) is unknown color: approx Cerise. HEX triplet: C2, 30 and 6A. RGB value is (194,48,106). Sum of RGB (Red+Green+Blue) = 194+48+106=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C2306A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2306A is #3DCF95. Grayscale: #626262. Windows color (decimal): -4050838 or 6959298. OLE color: 6959298.

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

Color convert

RGB19448106-
CMYK00.750.450.24
HSL336.16º60.33%47.45%-
HSV(B)336.16º75.26%76.08%-
XYZ25.9114.6215.09-
YUV98.27132.37196.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.75%
GREEN value IS 48 (19.14% from 255) = 13.79%
BLUE value IS 106 (41.80% from 255) = 30.46%
R=55.75%
G=13.79%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1944810600.750.450.24336.1660.3347.45
HexC2306A04B2D181503c2f
Octal30260152011355305207457
Binary1100001011000011010100100101110110111000101010000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2306A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2306A; }

 p { color: rgb(194,48,106); }

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

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

 a { background-color: rgb(194,48,106); }

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

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

 span { border-color: rgb(194,48,106); }

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