Html Css Color HEX #C42E62 Old Rose

📋 copy color: '#C42E62'

red 196 ◦ green 46 ◦ blue 98

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

Shades of Old Rose #C42E62

Tints of Old Rose #C42E62

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.53%

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

R = 57.65%
G = 13.53%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.5

 K value IS 0.23

RGB Variations

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

Color information

#C42E62 (or 0xC42E62) is known color: Old Rose. HEX triplet: C4, 2E and 62. RGB value is (196,46,98). Sum of RGB (Red+Green+Blue) = 196+46+98=340 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.65% from 340); Green value is 46 (18.36% from 255 or 13.53% from 340); Blue value is 98 (38.67% from 255 or 28.82% from 340); Max value from RGB is 196 - color contains mainly: red. Hex color #C42E62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42E62 is #3BD19D. Grayscale: #606060. Windows color (decimal): -3920286 or 6434500. OLE color: 6434500.

HSL color Cylindrical-coordinate representation of color #C42E62: hue angle of 339.2º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C42E62 is Cyan = 0, Magento = 0.77, Yellow = 0.5 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 46 98 -
CMYK 0 0.77 0.5 0.23
HSL 339.2º 0.62% 0.47% -
HSV(B) 339.2º 0.77% 0.77% -
XYZ 25.95 14.57 13 -
YUV 96.78 128.7 198.77 -
System Red Green Blue C M Y K H S L
Decimal 196 46 98 0 0.77 0.5 0.23 339.2 0.62 0.47
Hex C4 2E 62 0 4D 32 17 153 3E 2F
Octal 304 56 142 0 115 62 27 523 76 57
Binary 11000100 101110 1100010 0 1001101 110010 10111 101010011 111110 101111

Color Harmonies of #C42E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42E62

Black with #C42E62

Text Example


Text Example

White with #C42E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42E62; }

 p { color: rgb(196,46,98); }

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

background-color css

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

 a { background-color: rgb(196,46,98); }

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

border-color css

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

 span { border-color: rgb(196,46,98); }

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