Html Css Color HEX #C9345E Cerise

📋 copy color: '#C9345E'

red 201 ◦ green 52 ◦ blue 94

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

Shades of Cerise #C9345E

Tints of Cerise #C9345E

RGB

 RED value IS 201 (78.91% from 255) = 57.93%

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

 BLUE value IS 94 (37.11% from 255) = 27.09%

R = 57.93%
G = 14.99%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C9345E (or 0xC9345E) is known color: Cerise. HEX triplet: C9, 34 and 5E. RGB value is (201,52,94). Sum of RGB (Red+Green+Blue) = 201+52+94=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C9345E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9345E is #36CBA1. Grayscale: #656565. Windows color (decimal): -3591074 or 6173897. OLE color: 6173897.

HSL color Cylindrical-coordinate representation of color #C9345E: hue angle of 343.09º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C9345E is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 52 94 -
CMYK 0 0.74 0.53 0.21
HSL 343.09º 0.59% 0.5% -
HSV(B) 343.09º 0.74% 0.79% -
XYZ 27.34 15.68 12.18 -
YUV 101.34 123.86 199.08 -
System Red Green Blue C M Y K H S L
Decimal 201 52 94 0 0.74 0.53 0.21 343.09 0.59 0.5
Hex C9 34 5E 0 4A 35 15 157 3B 32
Octal 311 64 136 0 112 65 25 527 73 62
Binary 11001001 110100 1011110 0 1001010 110101 10101 101010111 111011 110010

Color Harmonies of #C9345E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9345E

Black with #C9345E

Text Example


Text Example

White with #C9345E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9345E; }

 p { color: rgb(201,52,94); }

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

background-color css

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

 a { background-color: rgb(201,52,94); }

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

border-color css

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

 span { border-color: rgb(201,52,94); }

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