Html Css Color HEX #C9345F Cerise

📋 copy color: '#C9345F'

red 201 ◦ green 52 ◦ blue 95

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

Shades of Cerise #C9345F

Tints of Cerise #C9345F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.3%

R = 57.76%
G = 14.94%
B = 27.3%

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

#C9345F (or 0xC9345F) is known color: Cerise. HEX triplet: C9, 34 and 5F. RGB value is (201,52,95). Sum of RGB (Red+Green+Blue) = 201+52+95=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C9345F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9345F is #36CBA0. Grayscale: #656565. Windows color (decimal): -3591073 or 6239433. OLE color: 6239433.

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

Color convert

RGB 201 52 95 -
CMYK 0 0.74 0.53 0.21
HSL 342.68º 0.59% 0.5% -
HSV(B) 342.68º 0.74% 0.79% -
XYZ 27.38 15.7 12.41 -
YUV 101.45 124.36 199 -
System Red Green Blue C M Y K H S L
Decimal 201 52 95 0 0.74 0.53 0.21 342.68 0.59 0.5
Hex C9 34 5F 0 4A 35 15 157 3B 32
Octal 311 64 137 0 112 65 25 527 73 62
Binary 11001001 110100 1011111 0 1001010 110101 10101 101010111 111011 110010

Color Harmonies of #C9345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9345F

Black with #C9345F

Text Example


Text Example

White with #C9345F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9345F; }

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

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

background-color css

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

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

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

border-color css

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

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

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