Html Css Color HEX #C2255F Old Rose

📋 copy color: '#C2255F'

red 194 ◦ green 37 ◦ blue 95

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

Shades of Old Rose #C2255F

Tints of Old Rose #C2255F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.14%

R = 59.51%
G = 11.35%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2255F (or 0xC2255F) is known color: Old Rose. HEX triplet: C2, 25 and 5F. RGB value is (194,37,95). Sum of RGB (Red+Green+Blue) = 194+37+95=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C2255F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2255F is #3DDAA0. Grayscale: #5A5A5A. Windows color (decimal): -4053665 or 6235586. OLE color: 6235586.

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

Color convert

RGB 194 37 95 -
CMYK 0 0.81 0.51 0.24
HSL 337.83º 0.68% 0.45% -
HSV(B) 337.83º 0.81% 0.76% -
XYZ 24.98 13.62 12.14 -
YUV 90.56 130.51 201.78 -
System Red Green Blue C M Y K H S L
Decimal 194 37 95 0 0.81 0.51 0.24 337.83 0.68 0.45
Hex C2 25 5F 0 51 33 18 152 44 2D
Octal 302 45 137 0 121 63 30 522 104 55
Binary 11000010 100101 1011111 0 1010001 110011 11000 101010010 1000100 101101

Color Harmonies of #C2255F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2255F

Black with #C2255F

Text Example


Text Example

White with #C2255F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2255F; }

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

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

background-color css

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

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

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

border-color css

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

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

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