Html Css Color HEX #C2275D Old Rose

📋 copy color: '#C2275D'

red 194 ◦ green 39 ◦ blue 93

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

Shades of Old Rose #C2275D

Tints of Old Rose #C2275D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.53%

R = 59.51%
G = 11.96%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C2275D (or 0xC2275D) is known color: Old Rose. HEX triplet: C2, 27 and 5D. RGB value is (194,39,93). Sum of RGB (Red+Green+Blue) = 194+39+93=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C2275D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2275D is #3DD8A2. Grayscale: #5B5B5B. Windows color (decimal): -4053155 or 6105026. OLE color: 6105026.

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

Color convert

RGB 194 39 93 -
CMYK 0 0.80 0.52 0.24
HSL 339.1º 0.67% 0.46% -
HSV(B) 339.1º 0.8% 0.76% -
XYZ 24.95 13.71 11.69 -
YUV 91.5 128.85 201.11 -
System Red Green Blue C M Y K H S L
Decimal 194 39 93 0 0.80 0.52 0.24 339.1 0.67 0.46
Hex C2 27 5D 0 50 34 18 153 43 2E
Octal 302 47 135 0 120 64 30 523 103 56
Binary 11000010 100111 1011101 0 1010000 110100 11000 101010011 1000011 101110

Color Harmonies of #C2275D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2275D

Black with #C2275D

Text Example


Text Example

White with #C2275D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2275D; }

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

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

background-color css

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

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

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

border-color css

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

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

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