Html Css Color HEX #C0294C Old Rose

📋 copy color: '#C0294C'

red 192 ◦ green 41 ◦ blue 76

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

Shades of Old Rose #C0294C

Tints of Old Rose #C0294C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.27%

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

R = 62.14%
G = 13.27%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0294C (or 0xC0294C) is known color: Old Rose. HEX triplet: C0, 29 and 4C. RGB value is (192,41,76). Sum of RGB (Red+Green+Blue) = 192+41+76=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C0294C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0294C is #3FD6B3. Grayscale: #5A5A5A. Windows color (decimal): -4183732 or 4991424. OLE color: 4991424.

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

Color convert

RGB 192 41 76 -
CMYK 0 0.79 0.60 0.25
HSL 346.09º 0.65% 0.46% -
HSV(B) 346.09º 0.79% 0.75% -
XYZ 23.84 13.31 8.15 -
YUV 90.14 120.03 200.65 -
System Red Green Blue C M Y K H S L
Decimal 192 41 76 0 0.79 0.60 0.25 346.09 0.65 0.46
Hex C0 29 4C 0 4F 3C 19 15A 41 2E
Octal 300 51 114 0 117 74 31 532 101 56
Binary 11000000 101001 1001100 0 1001111 111100 11001 101011010 1000001 101110

Color Harmonies of #C0294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0294C

Black with #C0294C

Text Example


Text Example

White with #C0294C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0294C; }

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

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

background-color css

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

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

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

border-color css

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

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

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