Html Css Color HEX #C43264 Cerise

📋 copy color: '#C43264'

red 196 ◦ green 50 ◦ blue 100

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

Shades of Cerise #C43264

Tints of Cerise #C43264

RGB

 RED value IS 196 (76.95% from 255) = 56.65%

 GREEN value IS 50 (19.92% from 255) = 14.45%

 BLUE value IS 100 (39.45% from 255) = 28.9%

R = 56.65%
G = 14.45%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C43264 (or 0xC43264) is known color: Cerise. HEX triplet: C4, 32 and 64. RGB value is (196,50,100). Sum of RGB (Red+Green+Blue) = 196+50+100=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C43264 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43264 is #3BCD9B. Grayscale: #636363. Windows color (decimal): -3919260 or 6566596. OLE color: 6566596.

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

Color convert

RGB 196 50 100 -
CMYK 0 0.74 0.49 0.23
HSL 339.45º 0.59% 0.48% -
HSV(B) 339.45º 0.74% 0.77% -
XYZ 26.21 14.94 13.56 -
YUV 99.35 128.37 196.93 -
System Red Green Blue C M Y K H S L
Decimal 196 50 100 0 0.74 0.49 0.23 339.45 0.59 0.48
Hex C4 32 64 0 4A 31 17 153 3B 30
Octal 304 62 144 0 112 61 27 523 73 60
Binary 11000100 110010 1100100 0 1001010 110001 10111 101010011 111011 110000

Color Harmonies of #C43264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43264

Black with #C43264

Text Example


Text Example

White with #C43264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43264; }

 p { color: rgb(196,50,100); }

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

background-color css

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

 a { background-color: rgb(196,50,100); }

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

border-color css

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

 span { border-color: rgb(196,50,100); }

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