Html Css Color HEX #C0244C Old Rose

📋 copy color: '#C0244C'

red 192 ◦ green 36 ◦ blue 76

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

Shades of Old Rose #C0244C

Tints of Old Rose #C0244C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.84%

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

R = 63.16%
G = 11.84%
B = 25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0244C (or 0xC0244C) is known color: Old Rose. HEX triplet: C0, 24 and 4C. RGB value is (192,36,76). Sum of RGB (Red+Green+Blue) = 192+36+76=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C0244C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0244C is #3FDBB3. Grayscale: #575757. Windows color (decimal): -4185012 or 4990144. OLE color: 4990144.

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

Color convert

RGB 192 36 76 -
CMYK 0 0.81 0.60 0.25
HSL 344.62º 0.68% 0.45% -
HSV(B) 344.62º 0.81% 0.75% -
XYZ 23.67 12.99 8.1 -
YUV 87.2 121.68 202.75 -
System Red Green Blue C M Y K H S L
Decimal 192 36 76 0 0.81 0.60 0.25 344.62 0.68 0.45
Hex C0 24 4C 0 51 3C 19 159 44 2D
Octal 300 44 114 0 121 74 31 531 104 55
Binary 11000000 100100 1001100 0 1010001 111100 11001 101011001 1000100 101101

Color Harmonies of #C0244C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0244C

Black with #C0244C

Text Example


Text Example

White with #C0244C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0244C; }

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

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

background-color css

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

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

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

border-color css

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

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

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