Html Css Color HEX #C01F5A Old Rose

📋 copy color: '#C01F5A'

red 192 ◦ green 31 ◦ blue 90

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

Shades of Old Rose #C01F5A

Tints of Old Rose #C01F5A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.9%

 BLUE value IS 90 (35.55% from 255) = 28.75%

R = 61.34%
G = 9.9%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C01F5A (or 0xC01F5A) is known color: Old Rose. HEX triplet: C0, 1F and 5A. RGB value is (192,31,90). Sum of RGB (Red+Green+Blue) = 192+31+90=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 31 (12.5% from 255 or 9.90% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01F5A is #3FE0A5. Grayscale: #555555. Windows color (decimal): -4186278 or 5906368. OLE color: 5906368.

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

Color convert

RGB 192 31 90 -
CMYK 0 0.84 0.53 0.25
HSL 338.01º 0.72% 0.44% -
HSV(B) 338.01º 0.84% 0.75% -
XYZ 24.07 12.92 10.9 -
YUV 85.87 130.34 203.7 -
System Red Green Blue C M Y K H S L
Decimal 192 31 90 0 0.84 0.53 0.25 338.01 0.72 0.44
Hex C0 1F 5A 0 54 35 19 152 48 2C
Octal 300 37 132 0 124 65 31 522 110 54
Binary 11000000 11111 1011010 0 1010100 110101 11001 101010010 1001000 101100

Color Harmonies of #C01F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01F5A

Black with #C01F5A

Text Example


Text Example

White with #C01F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01F5A; }

 p { color: rgb(192,31,90); }

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

background-color css

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

 a { background-color: rgb(192,31,90); }

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

border-color css

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

 span { border-color: rgb(192,31,90); }

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