Html Css Color HEX #C0224A Old Rose

📋 copy color: '#C0224A'

red 192 ◦ green 34 ◦ blue 74

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

Shades of Old Rose #C0224A

Tints of Old Rose #C0224A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.67%

R = 64%
G = 11.33%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0224A (or 0xC0224A) is known color: Old Rose. HEX triplet: C0, 22 and 4A. RGB value is (192,34,74). Sum of RGB (Red+Green+Blue) = 192+34+74=300 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 192 - color contains mainly: red. Hex color #C0224A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0224A is #3FDDB5. Grayscale: #555555. Windows color (decimal): -4185526 or 4858560. OLE color: 4858560.

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

Color convert

RGB 192 34 74 -
CMYK 0 0.82 0.61 0.25
HSL 344.81º 0.7% 0.44% -
HSV(B) 344.81º 0.82% 0.75% -
XYZ 23.55 12.84 7.72 -
YUV 85.8 121.35 203.75 -
System Red Green Blue C M Y K H S L
Decimal 192 34 74 0 0.82 0.61 0.25 344.81 0.7 0.44
Hex C0 22 4A 0 52 3D 19 159 46 2C
Octal 300 42 112 0 122 75 31 531 106 54
Binary 11000000 100010 1001010 0 1010010 111101 11001 101011001 1000110 101100

Color Harmonies of #C0224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0224A

Black with #C0224A

Text Example


Text Example

White with #C0224A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0224A; }

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

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

background-color css

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

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

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

border-color css

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

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

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