Html Css Color HEX #C01D52 Old Rose

📋 copy color: '#C01D52'

red 192 ◦ green 29 ◦ blue 82

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

Shades of Old Rose #C01D52

Tints of Old Rose #C01D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 27.06%

R = 63.37%
G = 9.57%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C01D52 (or 0xC01D52) is known color: Old Rose. HEX triplet: C0, 1D and 52. RGB value is (192,29,82). Sum of RGB (Red+Green+Blue) = 192+29+82=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 29 (11.72% from 255 or 9.57% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C01D52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01D52 is #3FE2AD. Grayscale: #535353. Windows color (decimal): -4186798 or 5381568. OLE color: 5381568.

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

Color convert

RGB 192 29 82 -
CMYK 0 0.85 0.57 0.25
HSL 340.49º 0.74% 0.43% -
HSV(B) 340.49º 0.85% 0.75% -
XYZ 23.7 12.69 9.18 -
YUV 83.78 127 205.19 -
System Red Green Blue C M Y K H S L
Decimal 192 29 82 0 0.85 0.57 0.25 340.49 0.74 0.43
Hex C0 1D 52 0 55 39 19 154 4A 2B
Octal 300 35 122 0 125 71 31 524 112 53
Binary 11000000 11101 1010010 0 1010101 111001 11001 101010100 1001010 101011

Color Harmonies of #C01D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01D52

Black with #C01D52

Text Example


Text Example

White with #C01D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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