Html Css Color HEX #C0364F Old Rose

📋 copy color: '#C0364F'

red 192 ◦ green 54 ◦ blue 79

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

Shades of Old Rose #C0364F

Tints of Old Rose #C0364F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.31%

R = 59.08%
G = 16.62%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0364F (or 0xC0364F) is known color: Old Rose. HEX triplet: C0, 36 and 4F. RGB value is (192,54,79). Sum of RGB (Red+Green+Blue) = 192+54+79=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 79 (31.25% from 255 or 24.31% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C0364F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0364F is #3FC9B0. Grayscale: #626262. Windows color (decimal): -4180401 or 5191360. OLE color: 5191360.

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

Color convert

RGB 192 54 79 -
CMYK 0 0.72 0.59 0.25
HSL 349.13º 0.56% 0.48% -
HSV(B) 349.13º 0.72% 0.75% -
XYZ 24.47 14.41 8.89 -
YUV 98.11 117.22 194.97 -
System Red Green Blue C M Y K H S L
Decimal 192 54 79 0 0.72 0.59 0.25 349.13 0.56 0.48
Hex C0 36 4F 0 48 3B 19 15D 38 30
Octal 300 66 117 0 110 73 31 535 70 60
Binary 11000000 110110 1001111 0 1001000 111011 11001 101011101 111000 110000

Color Harmonies of #C0364F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0364F

Black with #C0364F

Text Example


Text Example

White with #C0364F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0364F; }

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

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

background-color css

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

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

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

border-color css

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

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

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