Html Css Color HEX #C01952 Old Rose

📋 copy color: '#C01952'

red 192 ◦ green 25 ◦ blue 82

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

Shades of Old Rose #C01952

Tints of Old Rose #C01952

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.36%

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

R = 64.21%
G = 8.36%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C01952 (or 0xC01952) is known color: Old Rose. HEX triplet: C0, 19 and 52. RGB value is (192,25,82). Sum of RGB (Red+Green+Blue) = 192+25+82=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C01952 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01952 is #3FE6AD. Grayscale: #515151. Windows color (decimal): -4187822 or 5380544. OLE color: 5380544.

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

Color convert

RGB 192 25 82 -
CMYK 0 0.87 0.57 0.25
HSL 339.52º 0.77% 0.43% -
HSV(B) 339.52º 0.87% 0.75% -
XYZ 23.61 12.51 9.15 -
YUV 81.43 128.33 206.87 -
System Red Green Blue C M Y K H S L
Decimal 192 25 82 0 0.87 0.57 0.25 339.52 0.77 0.43
Hex C0 19 52 0 57 39 19 154 4D 2B
Octal 300 31 122 0 127 71 31 524 115 53
Binary 11000000 11001 1010010 0 1010111 111001 11001 101010100 1001101 101011

Color Harmonies of #C01952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01952

Black with #C01952

Text Example


Text Example

White with #C01952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01952; }

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

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

background-color css

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

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

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

border-color css

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

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

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