Html Css Color HEX #C21653 Old Rose

📋 copy color: '#C21653'

red 194 ◦ green 22 ◦ blue 83

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

Shades of Old Rose #C21653

Tints of Old Rose #C21653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.76%

R = 64.88%
G = 7.36%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C21653 (or 0xC21653) is known color: Old Rose. HEX triplet: C2, 16 and 53. RGB value is (194,22,83). Sum of RGB (Red+Green+Blue) = 194+22+83=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 83 (32.81% from 255 or 27.76% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C21653 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21653 is #3DE9AC. Grayscale: #505050. Windows color (decimal): -4057517 or 5445314. OLE color: 5445314.

HSL color Cylindrical-coordinate representation of color #C21653: hue angle of 338.72º 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 #C21653 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 22 83 -
CMYK 0 0.89 0.57 0.24
HSL 338.72º 0.8% 0.42% -
HSV(B) 338.72º 0.89% 0.76% -
XYZ 24.1 12.67 9.36 -
YUV 80.38 129.48 209.04 -
System Red Green Blue C M Y K H S L
Decimal 194 22 83 0 0.89 0.57 0.24 338.72 0.8 0.42
Hex C2 16 53 0 59 39 18 153 50 2A
Octal 302 26 123 0 131 71 30 523 120 52
Binary 11000010 10110 1010011 0 1011001 111001 11000 101010011 1010000 101010

Color Harmonies of #C21653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21653

Black with #C21653

Text Example


Text Example

White with #C21653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21653; }

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

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

background-color css

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

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

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

border-color css

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

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

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