Html Css Color HEX #C02A5F Old Rose

📋 copy color: '#C02A5F'

red 192 ◦ green 42 ◦ blue 95

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

Shades of Old Rose #C02A5F

Tints of Old Rose #C02A5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.88%

R = 58.36%
G = 12.77%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C02A5F (or 0xC02A5F) is known color: Old Rose. HEX triplet: C0, 2A and 5F. RGB value is (192,42,95). Sum of RGB (Red+Green+Blue) = 192+42+95=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 42 (16.80% from 255 or 12.77% from 329); Blue value is 95 (37.5% from 255 or 28.88% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02A5F is #3FD5A0. Grayscale: #5C5C5C. Windows color (decimal): -4183457 or 6236864. OLE color: 6236864.

HSL color Cylindrical-coordinate representation of color #C02A5F: hue angle of 338.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 #C02A5F is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 42 95 -
CMYK 0 0.78 0.51 0.25
HSL 338.8º 0.64% 0.46% -
HSV(B) 338.8º 0.78% 0.75% -
XYZ 24.63 13.69 12.17 -
YUV 92.89 129.2 198.69 -
System Red Green Blue C M Y K H S L
Decimal 192 42 95 0 0.78 0.51 0.25 338.8 0.64 0.46
Hex C0 2A 5F 0 4E 33 19 153 40 2E
Octal 300 52 137 0 116 63 31 523 100 56
Binary 11000000 101010 1011111 0 1001110 110011 11001 101010011 1000000 101110

Color Harmonies of #C02A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02A5F

Black with #C02A5F

Text Example


Text Example

White with #C02A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02A5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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