Html Css Color HEX #C2255E Old Rose

📋 copy color: '#C2255E'

red 194 ◦ green 37 ◦ blue 94

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

Shades of Old Rose #C2255E

Tints of Old Rose #C2255E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.38%

 BLUE value IS 94 (37.11% from 255) = 28.92%

R = 59.69%
G = 11.38%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C2255E (or 0xC2255E) is known color: Old Rose. HEX triplet: C2, 25 and 5E. RGB value is (194,37,94). Sum of RGB (Red+Green+Blue) = 194+37+94=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C2255E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2255E is #3DDAA1. Grayscale: #5A5A5A. Windows color (decimal): -4053666 or 6170050. OLE color: 6170050.

HSL color Cylindrical-coordinate representation of color #C2255E: hue angle of 338.22º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2255E is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 37 94 -
CMYK 0 0.81 0.52 0.24
HSL 338.22º 0.68% 0.45% -
HSV(B) 338.22º 0.81% 0.76% -
XYZ 24.93 13.6 11.9 -
YUV 90.44 130.01 201.87 -
System Red Green Blue C M Y K H S L
Decimal 194 37 94 0 0.81 0.52 0.24 338.22 0.68 0.45
Hex C2 25 5E 0 51 34 18 152 44 2D
Octal 302 45 136 0 121 64 30 522 104 55
Binary 11000010 100101 1011110 0 1010001 110100 11000 101010010 1000100 101101

Color Harmonies of #C2255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2255E

Black with #C2255E

Text Example


Text Example

White with #C2255E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2255E; }

 p { color: rgb(194,37,94); }

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

background-color css

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

 a { background-color: rgb(194,37,94); }

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

border-color css

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

 span { border-color: rgb(194,37,94); }

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