Html Css Color HEX #C02747 Old Rose

📋 copy color: '#C02747'

red 192 ◦ green 39 ◦ blue 71

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

Shades of Old Rose #C02747

Tints of Old Rose #C02747

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.91%

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

R = 63.58%
G = 12.91%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C02747 (or 0xC02747) is known color: Old Rose. HEX triplet: C0, 27 and 47. RGB value is (192,39,71). Sum of RGB (Red+Green+Blue) = 192+39+71=302 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.58% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 71 (28.12% from 255 or 23.51% from 302); Max value from RGB is 192 - color contains mainly: red. Hex color #C02747 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02747 is #3FD8B8. Grayscale: #585858. Windows color (decimal): -4184249 or 4663232. OLE color: 4663232.

HSL color Cylindrical-coordinate representation of color #C02747: hue angle of 347.45º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02747 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 39 71 -
CMYK 0 0.80 0.63 0.25
HSL 347.45º 0.66% 0.45% -
HSV(B) 347.45º 0.8% 0.75% -
XYZ 23.6 13.11 7.25 -
YUV 88.4 118.19 201.9 -
System Red Green Blue C M Y K H S L
Decimal 192 39 71 0 0.80 0.63 0.25 347.45 0.66 0.45
Hex C0 27 47 0 50 3F 19 15B 42 2D
Octal 300 47 107 0 120 77 31 533 102 55
Binary 11000000 100111 1000111 0 1010000 111111 11001 101011011 1000010 101101

Color Harmonies of #C02747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02747

Black with #C02747

Text Example


Text Example

White with #C02747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02747; }

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

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

background-color css

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

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

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

border-color css

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

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

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