Html Css Color HEX #C5356B Cerise

📋 copy color: '#C5356B'

red 197 ◦ green 53 ◦ blue 107

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

Shades of Cerise #C5356B

Tints of Cerise #C5356B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.85%

 BLUE value IS 107 (42.19% from 255) = 29.97%

R = 55.18%
G = 14.85%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C5356B (or 0xC5356B) is known color: Cerise. HEX triplet: C5, 35 and 6B. RGB value is (197,53,107). Sum of RGB (Red+Green+Blue) = 197+53+107=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 53 (21.09% from 255 or 14.85% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C5356B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5356B is #3ACA94. Grayscale: #666666. Windows color (decimal): -3852949 or 7026117. OLE color: 7026117.

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

Color convert

RGB 197 53 107 -
CMYK 0 0.73 0.46 0.23
HSL 337.5º 0.58% 0.49% -
HSV(B) 337.5º 0.73% 0.77% -
XYZ 26.95 15.48 15.48 -
YUV 102.21 130.71 195.61 -
System Red Green Blue C M Y K H S L
Decimal 197 53 107 0 0.73 0.46 0.23 337.5 0.58 0.49
Hex C5 35 6B 0 49 2E 17 152 3A 31
Octal 305 65 153 0 111 56 27 522 72 61
Binary 11000101 110101 1101011 0 1001001 101110 10111 101010010 111010 110001

Color Harmonies of #C5356B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5356B

Black with #C5356B

Text Example


Text Example

White with #C5356B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5356B; }

 p { color: rgb(197,53,107); }

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

background-color css

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

 a { background-color: rgb(197,53,107); }

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

border-color css

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

 span { border-color: rgb(197,53,107); }

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