Html Css Color HEX #C01E4D Old Rose

📋 copy color: '#C01E4D'

red 192 ◦ green 30 ◦ blue 77

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

Shades of Old Rose #C01E4D

Tints of Old Rose #C01E4D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.03%

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

R = 64.21%
G = 10.03%
B = 25.75%

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

#C01E4D (or 0xC01E4D) is known color: Old Rose. HEX triplet: C0, 1E and 4D. RGB value is (192,30,77). Sum of RGB (Red+Green+Blue) = 192+30+77=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01E4D is #3FE1B2. Grayscale: #535353. Windows color (decimal): -4186547 or 5054144. OLE color: 5054144.

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

Color convert

RGB 192 30 77 -
CMYK 0 0.84 0.60 0.25
HSL 342.59º 0.73% 0.44% -
HSV(B) 342.59º 0.84% 0.75% -
XYZ 23.54 12.67 8.23 -
YUV 83.8 124.17 205.18 -
System Red Green Blue C M Y K H S L
Decimal 192 30 77 0 0.84 0.60 0.25 342.59 0.73 0.44
Hex C0 1E 4D 0 54 3C 19 157 49 2C
Octal 300 36 115 0 124 74 31 527 111 54
Binary 11000000 11110 1001101 0 1010100 111100 11001 101010111 1001001 101100

Color Harmonies of #C01E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01E4D

Black with #C01E4D

Text Example


Text Example

White with #C01E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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