Html Css Color HEX #C01F61 Old Rose

📋 copy color: '#C01F61'

red 192 ◦ green 31 ◦ blue 97

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

Shades of Old Rose #C01F61

Tints of Old Rose #C01F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.31%

R = 60%
G = 9.69%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C01F61 (or 0xC01F61) is known color: Old Rose. HEX triplet: C0, 1F and 61. RGB value is (192,31,97). Sum of RGB (Red+Green+Blue) = 192+31+97=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 31 (12.5% from 255 or 9.69% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01F61 is #3FE09E. Grayscale: #565656. Windows color (decimal): -4186271 or 6365120. OLE color: 6365120.

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

Color convert

RGB 192 31 97 -
CMYK 0 0.84 0.49 0.25
HSL 335.4º 0.72% 0.44% -
HSV(B) 335.4º 0.84% 0.75% -
XYZ 24.39 13.05 12.54 -
YUV 86.66 133.84 203.13 -
System Red Green Blue C M Y K H S L
Decimal 192 31 97 0 0.84 0.49 0.25 335.4 0.72 0.44
Hex C0 1F 61 0 54 31 19 14F 48 2C
Octal 300 37 141 0 124 61 31 517 110 54
Binary 11000000 11111 1100001 0 1010100 110001 11001 101001111 1001000 101100

Color Harmonies of #C01F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01F61

Black with #C01F61

Text Example


Text Example

White with #C01F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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