Html Css Color HEX #C03C4D Old Rose

📋 copy color: '#C03C4D'

red 192 ◦ green 60 ◦ blue 77

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

Shades of Old Rose #C03C4D

Tints of Old Rose #C03C4D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.24%

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

R = 58.36%
G = 18.24%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C03C4D (or 0xC03C4D) is known color: Old Rose. HEX triplet: C0, 3C and 4D. RGB value is (192,60,77). Sum of RGB (Red+Green+Blue) = 192+60+77=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03C4D is #3FC3B2. Grayscale: #656565. Windows color (decimal): -4178867 or 5061824. OLE color: 5061824.

HSL color Cylindrical-coordinate representation of color #C03C4D: hue angle of 352.27º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03C4D is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 60 77 -
CMYK 0 0.69 0.60 0.25
HSL 352.27º 0.52% 0.49% -
HSV(B) 352.27º 0.69% 0.75% -
XYZ 24.69 14.97 8.61 -
YUV 101.41 114.23 192.62 -
System Red Green Blue C M Y K H S L
Decimal 192 60 77 0 0.69 0.60 0.25 352.27 0.52 0.49
Hex C0 3C 4D 0 45 3C 19 160 34 31
Octal 300 74 115 0 105 74 31 540 64 61
Binary 11000000 111100 1001101 0 1000101 111100 11001 101100000 110100 110001

Color Harmonies of #C03C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03C4D

Black with #C03C4D

Text Example


Text Example

White with #C03C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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