Html Css Color HEX #C0294A Old Rose

📋 copy color: '#C0294A'

red 192 ◦ green 41 ◦ blue 74

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

Shades of Old Rose #C0294A

Tints of Old Rose #C0294A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.1%

R = 62.54%
G = 13.36%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0294A (or 0xC0294A) is known color: Old Rose. HEX triplet: C0, 29 and 4A. RGB value is (192,41,74). Sum of RGB (Red+Green+Blue) = 192+41+74=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C0294A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0294A is #3FD6B5. Grayscale: #595959. Windows color (decimal): -4183734 or 4860352. OLE color: 4860352.

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

Color convert

RGB 192 41 74 -
CMYK 0 0.79 0.61 0.25
HSL 346.89º 0.65% 0.46% -
HSV(B) 346.89º 0.79% 0.75% -
XYZ 23.77 13.29 7.79 -
YUV 89.91 119.03 200.82 -
System Red Green Blue C M Y K H S L
Decimal 192 41 74 0 0.79 0.61 0.25 346.89 0.65 0.46
Hex C0 29 4A 0 4F 3D 19 15B 41 2E
Octal 300 51 112 0 117 75 31 533 101 56
Binary 11000000 101001 1001010 0 1001111 111101 11001 101011011 1000001 101110

Color Harmonies of #C0294A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0294A

Black with #C0294A

Text Example


Text Example

White with #C0294A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0294A; }

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

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

background-color css

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

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

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

border-color css

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

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

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