Html Css Color HEX #C01657 Old Rose

📋 copy color: '#C01657'

red 192 ◦ green 22 ◦ blue 87

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

Shades of Old Rose #C01657

Tints of Old Rose #C01657

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 28.9%

R = 63.79%
G = 7.31%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C01657 (or 0xC01657) is known color: Old Rose. HEX triplet: C0, 16 and 57. RGB value is (192,22,87). Sum of RGB (Red+Green+Blue) = 192+22+87=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 87 (34.38% from 255 or 28.90% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C01657 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01657 is #3FE9A8. Grayscale: #505050. Windows color (decimal): -4188585 or 5707456. OLE color: 5707456.

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

Color convert

RGB 192 22 87 -
CMYK 0 0.89 0.55 0.25
HSL 337.06º 0.79% 0.42% -
HSV(B) 337.06º 0.89% 0.75% -
XYZ 23.75 12.47 10.17 -
YUV 80.24 131.82 207.71 -
System Red Green Blue C M Y K H S L
Decimal 192 22 87 0 0.89 0.55 0.25 337.06 0.79 0.42
Hex C0 16 57 0 59 37 19 151 4F 2A
Octal 300 26 127 0 131 67 31 521 117 52
Binary 11000000 10110 1010111 0 1011001 110111 11001 101010001 1001111 101010

Color Harmonies of #C01657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01657

Black with #C01657

Text Example


Text Example

White with #C01657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01657; }

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

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

background-color css

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

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

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

border-color css

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

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

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