Html Css Color HEX #C81750 Old Rose

📋 copy color: '#C81750'

red 200 ◦ green 23 ◦ blue 80

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

Shades of Old Rose #C81750

Tints of Old Rose #C81750

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.59%

 BLUE value IS 80 (31.64% from 255) = 26.4%

R = 66.01%
G = 7.59%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#C81750 (or 0xC81750) is known color: Old Rose. HEX triplet: C8, 17 and 50. RGB value is (200,23,80). Sum of RGB (Red+Green+Blue) = 200+23+80=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C81750 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81750 is #37E8AF. Grayscale: #525252. Windows color (decimal): -3664048 or 5248968. OLE color: 5248968.

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

Color convert

RGB 200 23 80 -
CMYK 0 0.88 0.6 0.22
HSL 340.68º 0.79% 0.44% -
HSV(B) 340.68º 0.89% 0.78% -
XYZ 25.57 13.47 8.84 -
YUV 82.42 126.64 211.87 -
System Red Green Blue C M Y K H S L
Decimal 200 23 80 0 0.88 0.6 0.22 340.68 0.79 0.44
Hex C8 17 50 0 58 3C 16 155 4F 2C
Octal 310 27 120 0 130 74 26 525 117 54
Binary 11001000 10111 1010000 0 1011000 111100 10110 101010101 1001111 101100

Color Harmonies of #C81750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81750

Black with #C81750

Text Example


Text Example

White with #C81750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81750; }

 p { color: rgb(200,23,80); }

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

background-color css

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

 a { background-color: rgb(200,23,80); }

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

border-color css

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

 span { border-color: rgb(200,23,80); }

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