Html Css Color HEX #C21658 Old Rose

📋 copy color: '#C21658'

red 194 ◦ green 22 ◦ blue 88

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

Shades of Old Rose #C21658

Tints of Old Rose #C21658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 28.95%

R = 63.82%
G = 7.24%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C21658 (or 0xC21658) is known color: Old Rose. HEX triplet: C2, 16 and 58. RGB value is (194,22,88). Sum of RGB (Red+Green+Blue) = 194+22+88=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C21658 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21658 is #3DE9A7. Grayscale: #505050. Windows color (decimal): -4057512 or 5772994. OLE color: 5772994.

HSL color Cylindrical-coordinate representation of color #C21658: hue angle of 336.98º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21658 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 22 88 -
CMYK 0 0.89 0.55 0.24
HSL 336.98º 0.8% 0.42% -
HSV(B) 336.98º 0.89% 0.76% -
XYZ 24.3 12.75 10.41 -
YUV 80.95 131.98 208.63 -
System Red Green Blue C M Y K H S L
Decimal 194 22 88 0 0.89 0.55 0.24 336.98 0.8 0.42
Hex C2 16 58 0 59 37 18 151 50 2A
Octal 302 26 130 0 131 67 30 521 120 52
Binary 11000010 10110 1011000 0 1011001 110111 11000 101010001 1010000 101010

Color Harmonies of #C21658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21658

Black with #C21658

Text Example


Text Example

White with #C21658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21658; }

 p { color: rgb(194,22,88); }

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

background-color css

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

 a { background-color: rgb(194,22,88); }

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

border-color css

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

 span { border-color: rgb(194,22,88); }

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