Html Css Color HEX #C01659 Old Rose

📋 copy color: '#C01659'

red 192 ◦ green 22 ◦ blue 89

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

Shades of Old Rose #C01659

Tints of Old Rose #C01659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 29.37%

R = 63.37%
G = 7.26%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C01659 (or 0xC01659) is known color: Old Rose. HEX triplet: C0, 16 and 59. RGB value is (192,22,89). Sum of RGB (Red+Green+Blue) = 192+22+89=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C01659 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01659 is #3FE9A6. Grayscale: #505050. Windows color (decimal): -4188583 or 5838528. OLE color: 5838528.

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

Color convert

RGB 192 22 89 -
CMYK 0 0.89 0.54 0.25
HSL 336.35º 0.79% 0.42% -
HSV(B) 336.35º 0.89% 0.75% -
XYZ 23.83 12.5 10.61 -
YUV 80.47 132.82 207.55 -
System Red Green Blue C M Y K H S L
Decimal 192 22 89 0 0.89 0.54 0.25 336.35 0.79 0.42
Hex C0 16 59 0 59 36 19 150 4F 2A
Octal 300 26 131 0 131 66 31 520 117 52
Binary 11000000 10110 1011001 0 1011001 110110 11001 101010000 1001111 101010

Color Harmonies of #C01659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01659

Black with #C01659

Text Example


Text Example

White with #C01659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01659; }

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

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

background-color css

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

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

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

border-color css

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

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

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