Html Css Color HEX #C03F4D Old Rose

📋 copy color: '#C03F4D'

red 192 ◦ green 63 ◦ blue 77

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

Shades of Old Rose #C03F4D

Tints of Old Rose #C03F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.19%

R = 57.83%
G = 18.98%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C03F4D (or 0xC03F4D) is known color: Old Rose. HEX triplet: C0, 3F and 4D. RGB value is (192,63,77). Sum of RGB (Red+Green+Blue) = 192+63+77=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03F4D is #3FC0B2. Grayscale: #676767. Windows color (decimal): -4178099 or 5062592. OLE color: 5062592.

HSL color Cylindrical-coordinate representation of color #C03F4D: hue angle of 353.49º 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 #C03F4D is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 63 77 -
CMYK 0 0.67 0.60 0.25
HSL 353.49º 0.51% 0.5% -
HSV(B) 353.49º 0.67% 0.75% -
XYZ 24.86 15.3 8.66 -
YUV 103.17 113.24 191.36 -
System Red Green Blue C M Y K H S L
Decimal 192 63 77 0 0.67 0.60 0.25 353.49 0.51 0.5
Hex C0 3F 4D 0 43 3C 19 161 33 32
Octal 300 77 115 0 103 74 31 541 63 62
Binary 11000000 111111 1001101 0 1000011 111100 11001 101100001 110011 110010

Color Harmonies of #C03F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03F4D

Black with #C03F4D

Text Example


Text Example

White with #C03F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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