Html Css Color HEX #C81651 Old Rose

📋 copy color: '#C81651'

red 200 ◦ green 22 ◦ blue 81

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

Shades of Old Rose #C81651

Tints of Old Rose #C81651

RGB

 RED value IS 200 (78.52% from 255) = 66.01%

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

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

R = 66.01%
G = 7.26%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C81651 (or 0xC81651) is known color: Old Rose. HEX triplet: C8, 16 and 51. RGB value is (200,22,81). Sum of RGB (Red+Green+Blue) = 200+22+81=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C81651 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81651 is #37E9AE. Grayscale: #515151. Windows color (decimal): -3664303 or 5314248. OLE color: 5314248.

HSL color Cylindrical-coordinate representation of color #C81651: hue angle of 340.11º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81651 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 22 81 -
CMYK 0 0.89 0.59 0.22
HSL 340.11º 0.8% 0.44% -
HSV(B) 340.11º 0.89% 0.78% -
XYZ 25.59 13.45 9.03 -
YUV 81.95 127.47 212.2 -
System Red Green Blue C M Y K H S L
Decimal 200 22 81 0 0.89 0.59 0.22 340.11 0.8 0.44
Hex C8 16 51 0 59 3B 16 154 50 2C
Octal 310 26 121 0 131 73 26 524 120 54
Binary 11001000 10110 1010001 0 1011001 111011 10110 101010100 1010000 101100

Color Harmonies of #C81651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81651

Black with #C81651

Text Example


Text Example

White with #C81651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81651; }

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

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

background-color css

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

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

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

border-color css

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

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

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