Html Css Color HEX #C03F4C Old Rose

📋 copy color: '#C03F4C'

red 192 ◦ green 63 ◦ blue 76

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

Shades of Old Rose #C03F4C

Tints of Old Rose #C03F4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.96%

R = 58.01%
G = 19.03%
B = 22.96%

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

#C03F4C (or 0xC03F4C) is known color: Old Rose. HEX triplet: C0, 3F and 4C. RGB value is (192,63,76). Sum of RGB (Red+Green+Blue) = 192+63+76=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03F4C is #3FC0B3. Grayscale: #676767. Windows color (decimal): -4178100 or 4997056. OLE color: 4997056.

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

Color convert

RGB 192 63 76 -
CMYK 0 0.67 0.60 0.25
HSL 353.95º 0.51% 0.5% -
HSV(B) 353.95º 0.67% 0.75% -
XYZ 24.82 15.28 8.48 -
YUV 103.05 112.74 191.44 -
System Red Green Blue C M Y K H S L
Decimal 192 63 76 0 0.67 0.60 0.25 353.95 0.51 0.5
Hex C0 3F 4C 0 43 3C 19 162 33 32
Octal 300 77 114 0 103 74 31 542 63 62
Binary 11000000 111111 1001100 0 1000011 111100 11001 101100010 110011 110010

Color Harmonies of #C03F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03F4C

Black with #C03F4C

Text Example


Text Example

White with #C03F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03F4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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