Html Css Color HEX #C02947 Old Rose

📋 copy color: '#C02947'

red 192 ◦ green 41 ◦ blue 71

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

Shades of Old Rose #C02947

Tints of Old Rose #C02947

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.49%

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

R = 63.16%
G = 13.49%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C02947 (or 0xC02947) is known color: Old Rose. HEX triplet: C0, 29 and 47. RGB value is (192,41,71). Sum of RGB (Red+Green+Blue) = 192+41+71=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C02947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02947 is #3FD6B8. Grayscale: #595959. Windows color (decimal): -4183737 or 4663744. OLE color: 4663744.

HSL color Cylindrical-coordinate representation of color #C02947: hue angle of 348.08º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C02947 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 41 71 -
CMYK 0 0.79 0.63 0.25
HSL 348.08º 0.65% 0.46% -
HSV(B) 348.08º 0.79% 0.75% -
XYZ 23.67 13.25 7.27 -
YUV 89.57 117.53 201.06 -
System Red Green Blue C M Y K H S L
Decimal 192 41 71 0 0.79 0.63 0.25 348.08 0.65 0.46
Hex C0 29 47 0 4F 3F 19 15C 41 2E
Octal 300 51 107 0 117 77 31 534 101 56
Binary 11000000 101001 1000111 0 1001111 111111 11001 101011100 1000001 101110

Color Harmonies of #C02947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02947

Black with #C02947

Text Example


Text Example

White with #C02947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02947; }

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

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

background-color css

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

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

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

border-color css

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

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

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