Html Css Color HEX #C01D62 Old Rose

📋 copy color: '#C01D62'

red 192 ◦ green 29 ◦ blue 98

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

Shades of Old Rose #C01D62

Tints of Old Rose #C01D62

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.09%

 BLUE value IS 98 (38.67% from 255) = 30.72%

R = 60.19%
G = 9.09%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C01D62 (or 0xC01D62) is known color: Old Rose. HEX triplet: C0, 1D and 62. RGB value is (192,29,98). Sum of RGB (Red+Green+Blue) = 192+29+98=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 29 (11.72% from 255 or 9.09% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C01D62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01D62 is #3FE29D. Grayscale: #555555. Windows color (decimal): -4186782 or 6430144. OLE color: 6430144.

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

Color convert

RGB 192 29 98 -
CMYK 0 0.85 0.49 0.25
HSL 334.6º 0.74% 0.43% -
HSV(B) 334.6º 0.85% 0.75% -
XYZ 24.38 12.97 12.77 -
YUV 85.6 135 203.89 -
System Red Green Blue C M Y K H S L
Decimal 192 29 98 0 0.85 0.49 0.25 334.6 0.74 0.43
Hex C0 1D 62 0 55 31 19 14F 4A 2B
Octal 300 35 142 0 125 61 31 517 112 53
Binary 11000000 11101 1100010 0 1010101 110001 11001 101001111 1001010 101011

Color Harmonies of #C01D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01D62

Black with #C01D62

Text Example


Text Example

White with #C01D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01D62; }

 p { color: rgb(192,29,98); }

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

background-color css

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

 a { background-color: rgb(192,29,98); }

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

border-color css

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

 span { border-color: rgb(192,29,98); }

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