Html Css Color HEX #C5346C Cerise

📋 copy color: '#C5346C'

red 197 ◦ green 52 ◦ blue 108

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

Shades of Cerise #C5346C

Tints of Cerise #C5346C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.25%

R = 55.18%
G = 14.57%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C5346C (or 0xC5346C) is known color: Cerise. HEX triplet: C5, 34 and 6C. RGB value is (197,52,108). Sum of RGB (Red+Green+Blue) = 197+52+108=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 52 (20.70% from 255 or 14.57% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C5346C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5346C is #3ACB93. Grayscale: #656565. Windows color (decimal): -3853204 or 7091397. OLE color: 7091397.

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

Color convert

RGB 197 52 108 -
CMYK 0 0.74 0.45 0.23
HSL 336.83º 0.58% 0.49% -
HSV(B) 336.83º 0.74% 0.77% -
XYZ 26.96 15.41 15.74 -
YUV 101.74 131.54 195.95 -
System Red Green Blue C M Y K H S L
Decimal 197 52 108 0 0.74 0.45 0.23 336.83 0.58 0.49
Hex C5 34 6C 0 4A 2D 17 151 3A 31
Octal 305 64 154 0 112 55 27 521 72 61
Binary 11000101 110100 1101100 0 1001010 101101 10111 101010001 111010 110001

Color Harmonies of #C5346C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5346C

Black with #C5346C

Text Example


Text Example

White with #C5346C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5346C; }

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

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

background-color css

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

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

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

border-color css

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

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

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