Html Css Color HEX #C51652 Old Rose

📋 copy color: '#C51652'

red 197 ◦ green 22 ◦ blue 82

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

Shades of Old Rose #C51652

Tints of Old Rose #C51652

RGB

 RED value IS 197 (77.34% from 255) = 65.45%

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

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

R = 65.45%
G = 7.31%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C51652 (or 0xC51652) is known color: Old Rose. HEX triplet: C5, 16 and 52. RGB value is (197,22,82). Sum of RGB (Red+Green+Blue) = 197+22+82=301 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.45% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 197 - color contains mainly: red. Hex color #C51652 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51652 is #3AE9AD. Grayscale: #515151. Windows color (decimal): -3860910 or 5379781. OLE color: 5379781.

HSL color Cylindrical-coordinate representation of color #C51652: hue angle of 339.43º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51652 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 22 82 -
CMYK 0 0.89 0.58 0.23
HSL 339.43º 0.8% 0.43% -
HSV(B) 339.43º 0.89% 0.77% -
XYZ 24.84 13.05 9.19 -
YUV 81.17 128.48 210.62 -
System Red Green Blue C M Y K H S L
Decimal 197 22 82 0 0.89 0.58 0.23 339.43 0.8 0.43
Hex C5 16 52 0 59 3A 17 153 50 2B
Octal 305 26 122 0 131 72 27 523 120 53
Binary 11000101 10110 1010010 0 1011001 111010 10111 101010011 1010000 101011

Color Harmonies of #C51652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51652

Black with #C51652

Text Example


Text Example

White with #C51652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51652; }

 p { color: rgb(197,22,82); }

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

background-color css

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

 a { background-color: rgb(197,22,82); }

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

border-color css

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

 span { border-color: rgb(197,22,82); }

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