Html Css Color HEX #C02246 Old Rose

📋 copy color: '#C02246'

red 192 ◦ green 34 ◦ blue 70

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

Shades of Old Rose #C02246

Tints of Old Rose #C02246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.65%

R = 64.86%
G = 11.49%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C02246 (or 0xC02246) is known color: Old Rose. HEX triplet: C0, 22 and 46. RGB value is (192,34,70). Sum of RGB (Red+Green+Blue) = 192+34+70=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C02246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02246 is #3FDDB9. Grayscale: #555555. Windows color (decimal): -4185530 or 4596416. OLE color: 4596416.

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

Color convert

RGB 192 34 70 -
CMYK 0 0.82 0.64 0.25
HSL 346.33º 0.7% 0.44% -
HSV(B) 346.33º 0.82% 0.75% -
XYZ 23.42 12.79 7.03 -
YUV 85.35 119.35 204.07 -
System Red Green Blue C M Y K H S L
Decimal 192 34 70 0 0.82 0.64 0.25 346.33 0.7 0.44
Hex C0 22 46 0 52 40 19 15A 46 2C
Octal 300 42 106 0 122 100 31 532 106 54
Binary 11000000 100010 1000110 0 1010010 1000000 11001 101011010 1000110 101100

Color Harmonies of #C02246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02246

Black with #C02246

Text Example


Text Example

White with #C02246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02246; }

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

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

background-color css

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

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

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

border-color css

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

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

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