Html Css Color HEX #C2285E Old Rose

📋 copy color: '#C2285E'

red 194 ◦ green 40 ◦ blue 94

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

Shades of Old Rose #C2285E

Tints of Old Rose #C2285E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.2%

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

R = 59.15%
G = 12.2%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C2285E (or 0xC2285E) is known color: Old Rose. HEX triplet: C2, 28 and 5E. RGB value is (194,40,94). Sum of RGB (Red+Green+Blue) = 194+40+94=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C2285E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2285E is #3DD7A1. Grayscale: #5C5C5C. Windows color (decimal): -4052898 or 6170818. OLE color: 6170818.

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

Color convert

RGB 194 40 94 -
CMYK 0 0.79 0.52 0.24
HSL 338.96º 0.66% 0.46% -
HSV(B) 338.96º 0.79% 0.76% -
XYZ 25.03 13.8 11.93 -
YUV 92.2 129.02 200.61 -
System Red Green Blue C M Y K H S L
Decimal 194 40 94 0 0.79 0.52 0.24 338.96 0.66 0.46
Hex C2 28 5E 0 4F 34 18 153 42 2E
Octal 302 50 136 0 117 64 30 523 102 56
Binary 11000010 101000 1011110 0 1001111 110100 11000 101010011 1000010 101110

Color Harmonies of #C2285E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2285E

Black with #C2285E

Text Example


Text Example

White with #C2285E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2285E; }

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

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

background-color css

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

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

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

border-color css

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

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

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