Html Css Color HEX #C01651 Old Rose

📋 copy color: '#C01651'

red 192 ◦ green 22 ◦ blue 81

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

Shades of Old Rose #C01651

Tints of Old Rose #C01651

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.46%

 BLUE value IS 81 (32.03% from 255) = 27.46%

R = 65.08%
G = 7.46%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C01651 (or 0xC01651) is known color: Old Rose. HEX triplet: C0, 16 and 51. RGB value is (192,22,81). Sum of RGB (Red+Green+Blue) = 192+22+81=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 81 (32.03% from 255 or 27.46% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C01651 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01651 is #3FE9AE. Grayscale: #4F4F4F. Windows color (decimal): -4188591 or 5314240. OLE color: 5314240.

HSL color Cylindrical-coordinate representation of color #C01651: hue angle of 339.18º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01651 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 22 81 -
CMYK 0 0.89 0.58 0.25
HSL 339.18º 0.79% 0.42% -
HSV(B) 339.18º 0.89% 0.75% -
XYZ 23.51 12.37 8.93 -
YUV 79.56 128.82 208.2 -
System Red Green Blue C M Y K H S L
Decimal 192 22 81 0 0.89 0.58 0.25 339.18 0.79 0.42
Hex C0 16 51 0 59 3A 19 153 4F 2A
Octal 300 26 121 0 131 72 31 523 117 52
Binary 11000000 10110 1010001 0 1011001 111010 11001 101010011 1001111 101010

Color Harmonies of #C01651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01651

Black with #C01651

Text Example


Text Example

White with #C01651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01651; }

 p { color: rgb(192,22,81); }

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

background-color css

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

 a { background-color: rgb(192,22,81); }

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

border-color css

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

 span { border-color: rgb(192,22,81); }

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