Html Css Color HEX #C03C4C Old Rose

📋 copy color: '#C03C4C'

red 192 ◦ green 60 ◦ blue 76

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

Shades of Old Rose #C03C4C

Tints of Old Rose #C03C4C

RGB

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

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

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

R = 58.54%
G = 18.29%
B = 23.17%

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

#C03C4C (or 0xC03C4C) is known color: Old Rose. HEX triplet: C0, 3C and 4C. RGB value is (192,60,76). Sum of RGB (Red+Green+Blue) = 192+60+76=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03C4C is #3FC3B3. Grayscale: #656565. Windows color (decimal): -4178868 or 4996288. OLE color: 4996288.

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

Color convert

RGB 192 60 76 -
CMYK 0 0.69 0.60 0.25
HSL 352.73º 0.52% 0.49% -
HSV(B) 352.73º 0.69% 0.75% -
XYZ 24.66 14.96 8.43 -
YUV 101.29 113.73 192.7 -
System Red Green Blue C M Y K H S L
Decimal 192 60 76 0 0.69 0.60 0.25 352.73 0.52 0.49
Hex C0 3C 4C 0 45 3C 19 161 34 31
Octal 300 74 114 0 105 74 31 541 64 61
Binary 11000000 111100 1001100 0 1000101 111100 11001 101100001 110100 110001

Color Harmonies of #C03C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03C4C

Black with #C03C4C

Text Example


Text Example

White with #C03C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03C4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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