Html Css Color HEX #C0194D Old Rose

📋 copy color: '#C0194D'

red 192 ◦ green 25 ◦ blue 77

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

Shades of Old Rose #C0194D

Tints of Old Rose #C0194D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.5%

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

R = 65.31%
G = 8.5%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0194D (or 0xC0194D) is known color: Old Rose. HEX triplet: C0, 19 and 4D. RGB value is (192,25,77). Sum of RGB (Red+Green+Blue) = 192+25+77=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C0194D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0194D is #3FE6B2. Grayscale: #505050. Windows color (decimal): -4187827 or 5052864. OLE color: 5052864.

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

Color convert

RGB 192 25 77 -
CMYK 0 0.87 0.60 0.25
HSL 341.32º 0.77% 0.43% -
HSV(B) 341.32º 0.87% 0.75% -
XYZ 23.43 12.44 8.19 -
YUV 80.86 125.83 207.27 -
System Red Green Blue C M Y K H S L
Decimal 192 25 77 0 0.87 0.60 0.25 341.32 0.77 0.43
Hex C0 19 4D 0 57 3C 19 155 4D 2B
Octal 300 31 115 0 127 74 31 525 115 53
Binary 11000000 11001 1001101 0 1010111 111100 11001 101010101 1001101 101011

Color Harmonies of #C0194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0194D

Black with #C0194D

Text Example


Text Example

White with #C0194D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0194D; }

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

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

background-color css

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

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

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

border-color css

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

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

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