Html Css Color HEX #C0364C Old Rose

📋 copy color: '#C0364C'

red 192 ◦ green 54 ◦ blue 76

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

Shades of Old Rose #C0364C

Tints of Old Rose #C0364C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.6%

R = 59.63%
G = 16.77%
B = 23.6%

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

#C0364C (or 0xC0364C) is known color: Old Rose. HEX triplet: C0, 36 and 4C. RGB value is (192,54,76). Sum of RGB (Red+Green+Blue) = 192+54+76=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C0364C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0364C is #3FC9B3. Grayscale: #616161. Windows color (decimal): -4180404 or 4994752. OLE color: 4994752.

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

Color convert

RGB 192 54 76 -
CMYK 0 0.72 0.60 0.25
HSL 350.43º 0.56% 0.48% -
HSV(B) 350.43º 0.72% 0.75% -
XYZ 24.36 14.37 8.33 -
YUV 97.77 115.72 195.21 -
System Red Green Blue C M Y K H S L
Decimal 192 54 76 0 0.72 0.60 0.25 350.43 0.56 0.48
Hex C0 36 4C 0 48 3C 19 15E 38 30
Octal 300 66 114 0 110 74 31 536 70 60
Binary 11000000 110110 1001100 0 1001000 111100 11001 101011110 111000 110000

Color Harmonies of #C0364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0364C

Black with #C0364C

Text Example


Text Example

White with #C0364C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0364C; }

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

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

background-color css

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

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

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

border-color css

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

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

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