#C53067

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

Shades of Cerise #C53067

Tints of Cerise #C53067

Color information

#C53067 (or 0xC53067) is unknown color: approx Cerise. HEX triplet: C5, 30 and 67. RGB value is (197,48,103). Sum of RGB (Red+Green+Blue) = 197+48+103=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 103 (40.62% from 255 or 29.60% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C53067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53067 is #3ACF98. Grayscale: #626262. Windows color (decimal): -3854233 or 6762693. OLE color: 6762693.

HSL color Cylindrical-coordinate representation of color #C53067: hue angle of 337.85º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C53067 is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB19748103-
CMYK00.760.480.23
HSL337.85º60.82%48.04%-
HSV(B)337.85º75.63%77.25%-
XYZ26.5314.9614.32-
YUV98.82130.36198.03-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.61%
GREEN value IS 48 (19.14% from 255) = 13.79%
BLUE value IS 103 (40.62% from 255) = 29.60%
R=56.61%
G=13.79%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1974810300.760.480.23337.8560.8248.04
HexC5306704C30171523d30
Octal30560147011460275227560
Binary1100010111000011001110100110011000010111101010010111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53067; }

 p { color: rgb(197,48,103); }

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

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

 a { background-color: rgb(197,48,103); }

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

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

 span { border-color: rgb(197,48,103); }

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