Html Css Color HEX #C2275F Old Rose

📋 copy color: '#C2275F'

red 194 ◦ green 39 ◦ blue 95

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

Shades of Old Rose #C2275F

Tints of Old Rose #C2275F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.89%

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

R = 59.15%
G = 11.89%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2275F (or 0xC2275F) is known color: Old Rose. HEX triplet: C2, 27 and 5F. RGB value is (194,39,95). Sum of RGB (Red+Green+Blue) = 194+39+95=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C2275F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2275F is #3DD8A0. Grayscale: #5B5B5B. Windows color (decimal): -4053153 or 6236098. OLE color: 6236098.

HSL color Cylindrical-coordinate representation of color #C2275F: hue angle of 338.32º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2275F is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 39 95 -
CMYK 0 0.80 0.51 0.24
HSL 338.32º 0.67% 0.46% -
HSV(B) 338.32º 0.8% 0.76% -
XYZ 25.04 13.75 12.16 -
YUV 91.73 129.85 200.95 -
System Red Green Blue C M Y K H S L
Decimal 194 39 95 0 0.80 0.51 0.24 338.32 0.67 0.46
Hex C2 27 5F 0 50 33 18 152 43 2E
Octal 302 47 137 0 120 63 30 522 103 56
Binary 11000010 100111 1011111 0 1010000 110011 11000 101010010 1000011 101110

Color Harmonies of #C2275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2275F

Black with #C2275F

Text Example


Text Example

White with #C2275F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2275F; }

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

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

background-color css

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

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

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

border-color css

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

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

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