Html Css Color HEX #C03F52 Old Rose

📋 copy color: '#C03F52'

red 192 ◦ green 63 ◦ blue 82

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

Shades of Old Rose #C03F52

Tints of Old Rose #C03F52

RGB

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

 GREEN value IS 63 (25% from 255) = 18.69%

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

R = 56.97%
G = 18.69%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C03F52 (or 0xC03F52) is known color: Old Rose. HEX triplet: C0, 3F and 52. RGB value is (192,63,82). Sum of RGB (Red+Green+Blue) = 192+63+82=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03F52 is #3FC0AD. Grayscale: #676767. Windows color (decimal): -4178094 or 5390272. OLE color: 5390272.

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

Color convert

RGB 192 63 82 -
CMYK 0 0.67 0.57 0.25
HSL 351.16º 0.51% 0.5% -
HSV(B) 351.16º 0.67% 0.75% -
XYZ 25.04 15.37 9.63 -
YUV 103.74 115.74 190.96 -
System Red Green Blue C M Y K H S L
Decimal 192 63 82 0 0.67 0.57 0.25 351.16 0.51 0.5
Hex C0 3F 52 0 43 39 19 15F 33 32
Octal 300 77 122 0 103 71 31 537 63 62
Binary 11000000 111111 1010010 0 1000011 111001 11001 101011111 110011 110010

Color Harmonies of #C03F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03F52

Black with #C03F52

Text Example


Text Example

White with #C03F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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