Html Css Color HEX #C02A46 Old Rose

📋 copy color: '#C02A46'

red 192 ◦ green 42 ◦ blue 70

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

Shades of Old Rose #C02A46

Tints of Old Rose #C02A46

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.82%

 BLUE value IS 70 (27.73% from 255) = 23.03%

R = 63.16%
G = 13.82%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C02A46 (or 0xC02A46) is known color: Old Rose. HEX triplet: C0, 2A and 46. RGB value is (192,42,70). Sum of RGB (Red+Green+Blue) = 192+42+70=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02A46 is #3FD5B9. Grayscale: #5A5A5A. Windows color (decimal): -4183482 or 4598464. OLE color: 4598464.

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

Color convert

RGB 192 42 70 -
CMYK 0 0.78 0.64 0.25
HSL 348.8º 0.64% 0.46% -
HSV(B) 348.8º 0.78% 0.75% -
XYZ 23.67 13.3 7.11 -
YUV 90.04 116.7 200.72 -
System Red Green Blue C M Y K H S L
Decimal 192 42 70 0 0.78 0.64 0.25 348.8 0.64 0.46
Hex C0 2A 46 0 4E 40 19 15D 40 2E
Octal 300 52 106 0 116 100 31 535 100 56
Binary 11000000 101010 1000110 0 1001110 1000000 11001 101011101 1000000 101110

Color Harmonies of #C02A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02A46

Black with #C02A46

Text Example


Text Example

White with #C02A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02A46; }

 p { color: rgb(192,42,70); }

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

background-color css

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

 a { background-color: rgb(192,42,70); }

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

border-color css

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

 span { border-color: rgb(192,42,70); }

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