Html Css Color HEX #C02254 Old Rose

📋 copy color: '#C02254'

red 192 ◦ green 34 ◦ blue 84

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

Shades of Old Rose #C02254

Tints of Old Rose #C02254

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.97%

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

R = 61.94%
G = 10.97%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C02254 (or 0xC02254) is known color: Old Rose. HEX triplet: C0, 22 and 54. RGB value is (192,34,84). Sum of RGB (Red+Green+Blue) = 192+34+84=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C02254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02254 is #3FDDAB. Grayscale: #565656. Windows color (decimal): -4185516 or 5513920. OLE color: 5513920.

HSL color Cylindrical-coordinate representation of color #C02254: hue angle of 341.01º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02254 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 34 84 -
CMYK 0 0.82 0.56 0.25
HSL 341.01º 0.7% 0.44% -
HSV(B) 341.01º 0.82% 0.75% -
XYZ 23.91 12.99 9.63 -
YUV 86.94 126.35 202.93 -
System Red Green Blue C M Y K H S L
Decimal 192 34 84 0 0.82 0.56 0.25 341.01 0.7 0.44
Hex C0 22 54 0 52 38 19 155 46 2C
Octal 300 42 124 0 122 70 31 525 106 54
Binary 11000000 100010 1010100 0 1010010 111000 11001 101010101 1000110 101100

Color Harmonies of #C02254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02254

Black with #C02254

Text Example


Text Example

White with #C02254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02254; }

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

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

background-color css

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

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

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

border-color css

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

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

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