Html Css Color HEX #C22B5A Old Rose

📋 copy color: '#C22B5A'

red 194 ◦ green 43 ◦ blue 90

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

Shades of Old Rose #C22B5A

Tints of Old Rose #C22B5A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.15%

 BLUE value IS 90 (35.55% from 255) = 27.52%

R = 59.33%
G = 13.15%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C22B5A (or 0xC22B5A) is known color: Old Rose. HEX triplet: C2, 2B and 5A. RGB value is (194,43,90). Sum of RGB (Red+Green+Blue) = 194+43+90=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 43 (17.19% from 255 or 13.15% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C22B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22B5A is #3DD4A5. Grayscale: #5D5D5D. Windows color (decimal): -4052134 or 5909442. OLE color: 5909442.

HSL color Cylindrical-coordinate representation of color #C22B5A: hue angle of 341.32º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C22B5A is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 43 90 -
CMYK 0 0.78 0.54 0.24
HSL 341.32º 0.64% 0.46% -
HSV(B) 341.32º 0.78% 0.76% -
XYZ 24.96 13.94 11.05 -
YUV 93.51 126.03 199.68 -
System Red Green Blue C M Y K H S L
Decimal 194 43 90 0 0.78 0.54 0.24 341.32 0.64 0.46
Hex C2 2B 5A 0 4E 36 18 155 40 2E
Octal 302 53 132 0 116 66 30 525 100 56
Binary 11000010 101011 1011010 0 1001110 110110 11000 101010101 1000000 101110

Color Harmonies of #C22B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22B5A

Black with #C22B5A

Text Example


Text Example

White with #C22B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22B5A; }

 p { color: rgb(194,43,90); }

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

background-color css

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

 a { background-color: rgb(194,43,90); }

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

border-color css

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

 span { border-color: rgb(194,43,90); }

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