Html Css Color HEX #C0364D Old Rose

📋 copy color: '#C0364D'

red 192 ◦ green 54 ◦ blue 77

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

Shades of Old Rose #C0364D

Tints of Old Rose #C0364D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.72%

 BLUE value IS 77 (30.47% from 255) = 23.84%

R = 59.44%
G = 16.72%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0364D (or 0xC0364D) is known color: Old Rose. HEX triplet: C0, 36 and 4D. RGB value is (192,54,77). Sum of RGB (Red+Green+Blue) = 192+54+77=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C0364D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0364D is #3FC9B2. Grayscale: #616161. Windows color (decimal): -4180403 or 5060288. OLE color: 5060288.

HSL color Cylindrical-coordinate representation of color #C0364D: hue angle of 350º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0364D is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 54 77 -
CMYK 0 0.72 0.60 0.25
HSL 350º 0.56% 0.48% -
HSV(B) 350º 0.72% 0.75% -
XYZ 24.4 14.38 8.51 -
YUV 97.88 116.22 195.13 -
System Red Green Blue C M Y K H S L
Decimal 192 54 77 0 0.72 0.60 0.25 350 0.56 0.48
Hex C0 36 4D 0 48 3C 19 15E 38 30
Octal 300 66 115 0 110 74 31 536 70 60
Binary 11000000 110110 1001101 0 1001000 111100 11001 101011110 111000 110000

Color Harmonies of #C0364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0364D

Black with #C0364D

Text Example


Text Example

White with #C0364D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0364D; }

 p { color: rgb(192,54,77); }

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

background-color css

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

 a { background-color: rgb(192,54,77); }

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

border-color css

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

 span { border-color: rgb(192,54,77); }

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