Html Css Color HEX #C01F4C Old Rose

📋 copy color: '#C01F4C'

red 192 ◦ green 31 ◦ blue 76

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

Shades of Old Rose #C01F4C

Tints of Old Rose #C01F4C

RGB

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

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

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

R = 64.21%
G = 10.37%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C01F4C (or 0xC01F4C) is known color: Old Rose. HEX triplet: C0, 1F and 4C. RGB value is (192,31,76). Sum of RGB (Red+Green+Blue) = 192+31+76=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 31 (12.5% from 255 or 10.37% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01F4C is #3FE0B3. Grayscale: #545454. Windows color (decimal): -4186292 or 4988864. OLE color: 4988864.

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

Color convert

RGB 192 31 76 -
CMYK 0 0.84 0.60 0.25
HSL 343.23º 0.72% 0.44% -
HSV(B) 343.23º 0.84% 0.75% -
XYZ 23.53 12.71 8.05 -
YUV 84.27 123.34 204.84 -
System Red Green Blue C M Y K H S L
Decimal 192 31 76 0 0.84 0.60 0.25 343.23 0.72 0.44
Hex C0 1F 4C 0 54 3C 19 157 48 2C
Octal 300 37 114 0 124 74 31 527 110 54
Binary 11000000 11111 1001100 0 1010100 111100 11001 101010111 1001000 101100

Color Harmonies of #C01F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01F4C

Black with #C01F4C

Text Example


Text Example

White with #C01F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01F4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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