Html Css Color HEX #C21856 Old Rose

📋 copy color: '#C21856'

red 194 ◦ green 24 ◦ blue 86

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

Shades of Old Rose #C21856

Tints of Old Rose #C21856

RGB

 RED value IS 194 (76.17% from 255) = 63.82%

 GREEN value IS 24 (9.77% from 255) = 7.89%

 BLUE value IS 86 (33.98% from 255) = 28.29%

R = 63.82%
G = 7.89%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C21856 (or 0xC21856) is known color: Old Rose. HEX triplet: C2, 18 and 56. RGB value is (194,24,86). Sum of RGB (Red+Green+Blue) = 194+24+86=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 86 (33.98% from 255 or 28.29% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C21856 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21856 is #3DE7A9. Grayscale: #515151. Windows color (decimal): -4057002 or 5642434. OLE color: 5642434.

HSL color Cylindrical-coordinate representation of color #C21856: hue angle of 338.12º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21856 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 24 86 -
CMYK 0 0.88 0.56 0.24
HSL 338.12º 0.78% 0.43% -
HSV(B) 338.12º 0.88% 0.76% -
XYZ 24.25 12.79 10 -
YUV 81.9 130.32 207.96 -
System Red Green Blue C M Y K H S L
Decimal 194 24 86 0 0.88 0.56 0.24 338.12 0.78 0.43
Hex C2 18 56 0 58 38 18 152 4E 2B
Octal 302 30 126 0 130 70 30 522 116 53
Binary 11000010 11000 1010110 0 1011000 111000 11000 101010010 1001110 101011

Color Harmonies of #C21856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21856

Black with #C21856

Text Example


Text Example

White with #C21856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21856; }

 p { color: rgb(194,24,86); }

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

background-color css

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

 a { background-color: rgb(194,24,86); }

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

border-color css

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

 span { border-color: rgb(194,24,86); }

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