Html Css Color HEX #C2285A Old Rose

📋 copy color: '#C2285A'

red 194 ◦ green 40 ◦ blue 90

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

Shades of Old Rose #C2285A

Tints of Old Rose #C2285A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.78%

R = 59.88%
G = 12.35%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C2285A (or 0xC2285A) is known color: Old Rose. HEX triplet: C2, 28 and 5A. RGB value is (194,40,90). Sum of RGB (Red+Green+Blue) = 194+40+90=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C2285A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2285A is #3DD7A5. Grayscale: #5B5B5B. Windows color (decimal): -4052902 or 5908674. OLE color: 5908674.

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

Color convert

RGB 194 40 90 -
CMYK 0 0.79 0.54 0.24
HSL 340.52º 0.66% 0.46% -
HSV(B) 340.52º 0.79% 0.76% -
XYZ 24.85 13.73 11.01 -
YUV 91.75 127.02 200.93 -
System Red Green Blue C M Y K H S L
Decimal 194 40 90 0 0.79 0.54 0.24 340.52 0.66 0.46
Hex C2 28 5A 0 4F 36 18 155 42 2E
Octal 302 50 132 0 117 66 30 525 102 56
Binary 11000010 101000 1011010 0 1001111 110110 11000 101010101 1000010 101110

Color Harmonies of #C2285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2285A

Black with #C2285A

Text Example


Text Example

White with #C2285A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2285A; }

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

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

background-color css

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

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

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

border-color css

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

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

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