Html Css Color HEX #C5306A Cerise

📋 copy color: '#C5306A'

red 197 ◦ green 48 ◦ blue 106

#C5306A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #C5306A

Tints of Cerise #C5306A

RGB

 RED value IS 197 (77.34% from 255) = 56.13%

 GREEN value IS 48 (19.14% from 255) = 13.68%

 BLUE value IS 106 (41.8% from 255) = 30.2%

R = 56.13%
G = 13.68%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C5306A (or 0xC5306A) is known color: Cerise. HEX triplet: C5, 30 and 6A. RGB value is (197,48,106). Sum of RGB (Red+Green+Blue) = 197+48+106=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 48 (19.14% from 255 or 13.68% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C5306A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5306A is #3ACF95. Grayscale: #636363. Windows color (decimal): -3854230 or 6959301. OLE color: 6959301.

HSL color Cylindrical-coordinate representation of color #C5306A: hue angle of 336.64º 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 #C5306A is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 48 106 -
CMYK 0 0.76 0.46 0.23
HSL 336.64º 0.61% 0.48% -
HSV(B) 336.64º 0.76% 0.77% -
XYZ 26.68 15.02 15.13 -
YUV 99.16 131.86 197.78 -
System Red Green Blue C M Y K H S L
Decimal 197 48 106 0 0.76 0.46 0.23 336.64 0.61 0.48
Hex C5 30 6A 0 4C 2E 17 151 3D 30
Octal 305 60 152 0 114 56 27 521 75 60
Binary 11000101 110000 1101010 0 1001100 101110 10111 101010001 111101 110000

Color Harmonies of #C5306A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5306A

Black with #C5306A

Text Example


Text Example

White with #C5306A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5306A; }

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

 H1.HeaderClassName
 {
   color: #C5306A;
 }
 .AnyTagClassName
 {
   color: #C5306A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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