Html Css Color HEX #C22D5C Old Rose

📋 copy color: '#C22D5C'

red 194 ◦ green 45 ◦ blue 92

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

Shades of Old Rose #C22D5C

Tints of Old Rose #C22D5C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.6%

 BLUE value IS 92 (36.33% from 255) = 27.79%

R = 58.61%
G = 13.6%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C22D5C (or 0xC22D5C) is known color: Old Rose. HEX triplet: C2, 2D and 5C. RGB value is (194,45,92). Sum of RGB (Red+Green+Blue) = 194+45+92=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C22D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22D5C is #3DD2A3. Grayscale: #5E5E5E. Windows color (decimal): -4051620 or 6041026. OLE color: 6041026.

HSL color Cylindrical-coordinate representation of color #C22D5C: hue angle of 341.07º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C22D5C is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 45 92 -
CMYK 0 0.77 0.53 0.24
HSL 341.07º 0.62% 0.47% -
HSV(B) 341.07º 0.77% 0.76% -
XYZ 25.12 14.12 11.53 -
YUV 94.91 126.36 198.68 -
System Red Green Blue C M Y K H S L
Decimal 194 45 92 0 0.77 0.53 0.24 341.07 0.62 0.47
Hex C2 2D 5C 0 4D 35 18 155 3E 2F
Octal 302 55 134 0 115 65 30 525 76 57
Binary 11000010 101101 1011100 0 1001101 110101 11000 101010101 111110 101111

Color Harmonies of #C22D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22D5C

Black with #C22D5C

Text Example


Text Example

White with #C22D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22D5C; }

 p { color: rgb(194,45,92); }

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

background-color css

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

 a { background-color: rgb(194,45,92); }

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

border-color css

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

 span { border-color: rgb(194,45,92); }

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