Html Css Color HEX #C02454 Old Rose

📋 copy color: '#C02454'

red 192 ◦ green 36 ◦ blue 84

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

Shades of Old Rose #C02454

Tints of Old Rose #C02454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.92%

R = 61.54%
G = 11.54%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C02454 (or 0xC02454) is known color: Old Rose. HEX triplet: C0, 24 and 54. RGB value is (192,36,84). Sum of RGB (Red+Green+Blue) = 192+36+84=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 84 (33.20% from 255 or 26.92% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C02454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02454 is #3FDBAB. Grayscale: #585858. Windows color (decimal): -4185004 or 5514432. OLE color: 5514432.

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

Color convert

RGB 192 36 84 -
CMYK 0 0.81 0.56 0.25
HSL 341.54º 0.68% 0.45% -
HSV(B) 341.54º 0.81% 0.75% -
XYZ 23.97 13.11 9.65 -
YUV 88.12 125.68 202.1 -
System Red Green Blue C M Y K H S L
Decimal 192 36 84 0 0.81 0.56 0.25 341.54 0.68 0.45
Hex C0 24 54 0 51 38 19 156 44 2D
Octal 300 44 124 0 121 70 31 526 104 55
Binary 11000000 100100 1010100 0 1010001 111000 11001 101010110 1000100 101101

Color Harmonies of #C02454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02454

Black with #C02454

Text Example


Text Example

White with #C02454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02454; }

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

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

background-color css

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

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

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

border-color css

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

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

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