Html Css Color HEX #C02149 Old Rose

📋 copy color: '#C02149'

red 192 ◦ green 33 ◦ blue 73

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

Shades of Old Rose #C02149

Tints of Old Rose #C02149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.07%

 BLUE value IS 73 (28.91% from 255) = 24.5%

R = 64.43%
G = 11.07%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C02149 (or 0xC02149) is known color: Old Rose. HEX triplet: C0, 21 and 49. RGB value is (192,33,73). Sum of RGB (Red+Green+Blue) = 192+33+73=298 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.43% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 192 - color contains mainly: red. Hex color #C02149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02149 is #3FDEB6. Grayscale: #555555. Windows color (decimal): -4185783 or 4792768. OLE color: 4792768.

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

Color convert

RGB 192 33 73 -
CMYK 0 0.83 0.62 0.25
HSL 344.91º 0.71% 0.44% -
HSV(B) 344.91º 0.83% 0.75% -
XYZ 23.48 12.78 7.53 -
YUV 85.1 121.18 204.25 -
System Red Green Blue C M Y K H S L
Decimal 192 33 73 0 0.83 0.62 0.25 344.91 0.71 0.44
Hex C0 21 49 0 53 3E 19 159 47 2C
Octal 300 41 111 0 123 76 31 531 107 54
Binary 11000000 100001 1001001 0 1010011 111110 11001 101011001 1000111 101100

Color Harmonies of #C02149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02149

Black with #C02149

Text Example


Text Example

White with #C02149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02149; }

 p { color: rgb(192,33,73); }

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

background-color css

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

 a { background-color: rgb(192,33,73); }

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

border-color css

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

 span { border-color: rgb(192,33,73); }

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