Html Css Color HEX #C02247 Old Rose

📋 copy color: '#C02247'

red 192 ◦ green 34 ◦ blue 71

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

Shades of Old Rose #C02247

Tints of Old Rose #C02247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 23.91%

R = 64.65%
G = 11.45%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C02247 (or 0xC02247) is known color: Old Rose. HEX triplet: C0, 22 and 47. RGB value is (192,34,71). Sum of RGB (Red+Green+Blue) = 192+34+71=297 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.65% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 192 - color contains mainly: red. Hex color #C02247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02247 is #3FDDB8. Grayscale: #555555. Windows color (decimal): -4185529 or 4661952. OLE color: 4661952.

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

Color convert

RGB 192 34 71 -
CMYK 0 0.82 0.63 0.25
HSL 345.95º 0.7% 0.44% -
HSV(B) 345.95º 0.82% 0.75% -
XYZ 23.45 12.81 7.2 -
YUV 85.46 119.85 203.99 -
System Red Green Blue C M Y K H S L
Decimal 192 34 71 0 0.82 0.63 0.25 345.95 0.7 0.44
Hex C0 22 47 0 52 3F 19 15A 46 2C
Octal 300 42 107 0 122 77 31 532 106 54
Binary 11000000 100010 1000111 0 1010010 111111 11001 101011010 1000110 101100

Color Harmonies of #C02247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02247

Black with #C02247

Text Example


Text Example

White with #C02247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02247; }

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

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

background-color css

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

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

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

border-color css

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

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

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