Html Css Color HEX #C03E52 Old Rose

📋 copy color: '#C03E52'

red 192 ◦ green 62 ◦ blue 82

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

Shades of Old Rose #C03E52

Tints of Old Rose #C03E52

RGB

 RED value IS 192 (75.39% from 255) = 57.14%

 GREEN value IS 62 (24.61% from 255) = 18.45%

 BLUE value IS 82 (32.42% from 255) = 24.4%

R = 57.14%
G = 18.45%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C03E52 (or 0xC03E52) is known color: Old Rose. HEX triplet: C0, 3E and 52. RGB value is (192,62,82). Sum of RGB (Red+Green+Blue) = 192+62+82=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 62 (24.61% from 255 or 18.45% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03E52 is #3FC1AD. Grayscale: #676767. Windows color (decimal): -4178350 or 5390016. OLE color: 5390016.

HSL color Cylindrical-coordinate representation of color #C03E52: hue angle of 350.77º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C03E52 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 62 82 -
CMYK 0 0.68 0.57 0.25
HSL 350.77º 0.51% 0.5% -
HSV(B) 350.77º 0.68% 0.75% -
XYZ 24.98 15.26 9.61 -
YUV 103.15 116.07 191.37 -
System Red Green Blue C M Y K H S L
Decimal 192 62 82 0 0.68 0.57 0.25 350.77 0.51 0.5
Hex C0 3E 52 0 44 39 19 15F 33 32
Octal 300 76 122 0 104 71 31 537 63 62
Binary 11000000 111110 1010010 0 1000100 111001 11001 101011111 110011 110010

Color Harmonies of #C03E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03E52

Black with #C03E52

Text Example


Text Example

White with #C03E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03E52; }

 p { color: rgb(192,62,82); }

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

background-color css

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

 a { background-color: rgb(192,62,82); }

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

border-color css

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

 span { border-color: rgb(192,62,82); }

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