Html Css Color HEX #C21752 Old Rose

📋 copy color: '#C21752'

red 194 ◦ green 23 ◦ blue 82

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

Shades of Old Rose #C21752

Tints of Old Rose #C21752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 27.42%

R = 64.88%
G = 7.69%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C21752 (or 0xC21752) is known color: Old Rose. HEX triplet: C2, 17 and 52. RGB value is (194,23,82). Sum of RGB (Red+Green+Blue) = 194+23+82=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 23 (9.38% from 255 or 7.69% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C21752 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21752 is #3DE8AD. Grayscale: #505050. Windows color (decimal): -4057262 or 5380034. OLE color: 5380034.

HSL color Cylindrical-coordinate representation of color #C21752: hue angle of 339.3º degrees, saturation: 0.79, 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 #C21752 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 23 82 -
CMYK 0 0.88 0.58 0.24
HSL 339.3º 0.79% 0.43% -
HSV(B) 339.3º 0.88% 0.76% -
XYZ 24.08 12.69 9.16 -
YUV 80.86 128.65 208.7 -
System Red Green Blue C M Y K H S L
Decimal 194 23 82 0 0.88 0.58 0.24 339.3 0.79 0.43
Hex C2 17 52 0 58 3A 18 153 4F 2B
Octal 302 27 122 0 130 72 30 523 117 53
Binary 11000010 10111 1010010 0 1011000 111010 11000 101010011 1001111 101011

Color Harmonies of #C21752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21752

Black with #C21752

Text Example


Text Example

White with #C21752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21752; }

 p { color: rgb(194,23,82); }

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

background-color css

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

 a { background-color: rgb(194,23,82); }

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

border-color css

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

 span { border-color: rgb(194,23,82); }

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