Html Css Color HEX #C73262 Cerise

📋 copy color: '#C73262'

red 199 ◦ green 50 ◦ blue 98

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

Shades of Cerise #C73262

Tints of Cerise #C73262

RGB

 RED value IS 199 (78.13% from 255) = 57.35%

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

 BLUE value IS 98 (38.67% from 255) = 28.24%

R = 57.35%
G = 14.41%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C73262 (or 0xC73262) is known color: Cerise. HEX triplet: C7, 32 and 62. RGB value is (199,50,98). Sum of RGB (Red+Green+Blue) = 199+50+98=347 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.35% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 98 (38.67% from 255 or 28.24% from 347); Max value from RGB is 199 - color contains mainly: red. Hex color #C73262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73262 is #38CD9D. Grayscale: #636363. Windows color (decimal): -3722654 or 6435527. OLE color: 6435527.

HSL color Cylindrical-coordinate representation of color #C73262: hue angle of 340.67º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C73262 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 50 98 -
CMYK 0 0.75 0.51 0.22
HSL 340.67º 0.6% 0.49% -
HSV(B) 340.67º 0.75% 0.78% -
XYZ 26.9 15.31 13.09 -
YUV 100.02 126.86 198.6 -
System Red Green Blue C M Y K H S L
Decimal 199 50 98 0 0.75 0.51 0.22 340.67 0.6 0.49
Hex C7 32 62 0 4B 33 16 155 3C 31
Octal 307 62 142 0 113 63 26 525 74 61
Binary 11000111 110010 1100010 0 1001011 110011 10110 101010101 111100 110001

Color Harmonies of #C73262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73262

Black with #C73262

Text Example


Text Example

White with #C73262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73262; }

 p { color: rgb(199,50,98); }

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

background-color css

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

 a { background-color: rgb(199,50,98); }

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

border-color css

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

 span { border-color: rgb(199,50,98); }

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