Html Css Color HEX #C02347 Old Rose

📋 copy color: '#C02347'

red 192 ◦ green 35 ◦ blue 71

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

Shades of Old Rose #C02347

Tints of Old Rose #C02347

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.74%

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

R = 64.43%
G = 11.74%
B = 23.83%

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

#C02347 (or 0xC02347) is known color: Old Rose. HEX triplet: C0, 23 and 47. RGB value is (192,35,71). Sum of RGB (Red+Green+Blue) = 192+35+71=298 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.43% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 71 (28.12% from 255 or 23.83% from 298); Max value from RGB is 192 - color contains mainly: red. Hex color #C02347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02347 is #3FDCB8. Grayscale: #565656. Windows color (decimal): -4185273 or 4662208. OLE color: 4662208.

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

Color convert

RGB 192 35 71 -
CMYK 0 0.82 0.63 0.25
HSL 346.24º 0.69% 0.45% -
HSV(B) 346.24º 0.82% 0.75% -
XYZ 23.48 12.86 7.21 -
YUV 86.05 119.51 203.57 -
System Red Green Blue C M Y K H S L
Decimal 192 35 71 0 0.82 0.63 0.25 346.24 0.69 0.45
Hex C0 23 47 0 52 3F 19 15A 45 2D
Octal 300 43 107 0 122 77 31 532 105 55
Binary 11000000 100011 1000111 0 1010010 111111 11001 101011010 1000101 101101

Color Harmonies of #C02347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02347

Black with #C02347

Text Example


Text Example

White with #C02347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02347; }

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

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

background-color css

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

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

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

border-color css

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

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

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