Html Css Color HEX #C81F4D Old Rose

📋 copy color: '#C81F4D'

red 200 ◦ green 31 ◦ blue 77

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

Shades of Old Rose #C81F4D

Tints of Old Rose #C81F4D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.06%

 BLUE value IS 77 (30.47% from 255) = 25%

R = 64.94%
G = 10.06%
B = 25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C81F4D (or 0xC81F4D) is known color: Old Rose. HEX triplet: C8, 1F and 4D. RGB value is (200,31,77). Sum of RGB (Red+Green+Blue) = 200+31+77=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 31 (12.5% from 255 or 10.06% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C81F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81F4D is #37E0B2. Grayscale: #565656. Windows color (decimal): -3662003 or 5054408. OLE color: 5054408.

HSL color Cylindrical-coordinate representation of color #C81F4D: hue angle of 343.67º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C81F4D is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 31 77 -
CMYK 0 0.84 0.62 0.22
HSL 343.67º 0.73% 0.45% -
HSV(B) 343.67º 0.85% 0.78% -
XYZ 25.65 13.8 8.33 -
YUV 86.78 122.49 208.76 -
System Red Green Blue C M Y K H S L
Decimal 200 31 77 0 0.84 0.62 0.22 343.67 0.73 0.45
Hex C8 1F 4D 0 54 3E 16 158 49 2D
Octal 310 37 115 0 124 76 26 530 111 55
Binary 11001000 11111 1001101 0 1010100 111110 10110 101011000 1001001 101101

Color Harmonies of #C81F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81F4D

Black with #C81F4D

Text Example


Text Example

White with #C81F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81F4D; }

 p { color: rgb(200,31,77); }

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

background-color css

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

 a { background-color: rgb(200,31,77); }

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

border-color css

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

 span { border-color: rgb(200,31,77); }

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