Html Css Color HEX #C5346A Cerise

📋 copy color: '#C5346A'

red 197 ◦ green 52 ◦ blue 106

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

Shades of Cerise #C5346A

Tints of Cerise #C5346A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.65%

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

R = 55.49%
G = 14.65%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C5346A (or 0xC5346A) is known color: Cerise. HEX triplet: C5, 34 and 6A. RGB value is (197,52,106). Sum of RGB (Red+Green+Blue) = 197+52+106=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C5346A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5346A is #3ACB95. Grayscale: #656565. Windows color (decimal): -3853206 or 6960325. OLE color: 6960325.

HSL color Cylindrical-coordinate representation of color #C5346A: hue angle of 337.66º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5346A is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 52 106 -
CMYK 0 0.74 0.46 0.23
HSL 337.66º 0.58% 0.49% -
HSV(B) 337.66º 0.74% 0.77% -
XYZ 26.86 15.37 15.19 -
YUV 101.51 130.54 196.11 -
System Red Green Blue C M Y K H S L
Decimal 197 52 106 0 0.74 0.46 0.23 337.66 0.58 0.49
Hex C5 34 6A 0 4A 2E 17 152 3A 31
Octal 305 64 152 0 112 56 27 522 72 61
Binary 11000101 110100 1101010 0 1001010 101110 10111 101010010 111010 110001

Color Harmonies of #C5346A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5346A

Black with #C5346A

Text Example


Text Example

White with #C5346A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5346A; }

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

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

background-color css

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

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

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

border-color css

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

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

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