Html Css Color HEX #C42765 Cerise

📋 copy color: '#C42765'

red 196 ◦ green 39 ◦ blue 101

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

Shades of Cerise #C42765

Tints of Cerise #C42765

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.61%

 BLUE value IS 101 (39.84% from 255) = 30.06%

R = 58.33%
G = 11.61%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C42765 (or 0xC42765) is known color: Cerise. HEX triplet: C4, 27 and 65. RGB value is (196,39,101). Sum of RGB (Red+Green+Blue) = 196+39+101=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C42765 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42765 is #3BD89A. Grayscale: #5C5C5C. Windows color (decimal): -3922075 or 6629316. OLE color: 6629316.

HSL color Cylindrical-coordinate representation of color #C42765: hue angle of 336.31º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42765 is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 39 101 -
CMYK 0 0.80 0.48 0.23
HSL 336.31º 0.67% 0.46% -
HSV(B) 336.31º 0.8% 0.77% -
XYZ 25.84 14.13 13.68 -
YUV 93.01 132.51 201.46 -
System Red Green Blue C M Y K H S L
Decimal 196 39 101 0 0.80 0.48 0.23 336.31 0.67 0.46
Hex C4 27 65 0 50 30 17 150 43 2E
Octal 304 47 145 0 120 60 27 520 103 56
Binary 11000100 100111 1100101 0 1010000 110000 10111 101010000 1000011 101110

Color Harmonies of #C42765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42765

Black with #C42765

Text Example


Text Example

White with #C42765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42765; }

 p { color: rgb(196,39,101); }

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

background-color css

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

 a { background-color: rgb(196,39,101); }

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

border-color css

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

 span { border-color: rgb(196,39,101); }

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