Html Css Color HEX #C22D58 Old Rose

📋 copy color: '#C22D58'

red 194 ◦ green 45 ◦ blue 88

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

Shades of Old Rose #C22D58

Tints of Old Rose #C22D58

RGB

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

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

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

R = 59.33%
G = 13.76%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C22D58 (or 0xC22D58) is known color: Old Rose. HEX triplet: C2, 2D and 58. RGB value is (194,45,88). Sum of RGB (Red+Green+Blue) = 194+45+88=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C22D58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22D58 is #3DD2A7. Grayscale: #5E5E5E. Windows color (decimal): -4051624 or 5778882. OLE color: 5778882.

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

Color convert

RGB 194 45 88 -
CMYK 0 0.77 0.55 0.24
HSL 342.68º 0.62% 0.47% -
HSV(B) 342.68º 0.77% 0.76% -
XYZ 24.95 14.05 10.63 -
YUV 94.45 124.36 199 -
System Red Green Blue C M Y K H S L
Decimal 194 45 88 0 0.77 0.55 0.24 342.68 0.62 0.47
Hex C2 2D 58 0 4D 37 18 157 3E 2F
Octal 302 55 130 0 115 67 30 527 76 57
Binary 11000010 101101 1011000 0 1001101 110111 11000 101010111 111110 101111

Color Harmonies of #C22D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22D58

Black with #C22D58

Text Example


Text Example

White with #C22D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22D58; }

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

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

background-color css

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

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

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

border-color css

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

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

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