Html Css Color HEX #C8205E Old Rose

📋 copy color: '#C8205E'

red 200 ◦ green 32 ◦ blue 94

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

Shades of Old Rose #C8205E

Tints of Old Rose #C8205E

RGB

 RED value IS 200 (78.52% from 255) = 61.35%

 GREEN value IS 32 (12.89% from 255) = 9.82%

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

R = 61.35%
G = 9.82%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C8205E (or 0xC8205E) is known color: Old Rose. HEX triplet: C8, 20 and 5E. RGB value is (200,32,94). Sum of RGB (Red+Green+Blue) = 200+32+94=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 32 (12.89% from 255 or 9.82% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C8205E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8205E is #37DFA1. Grayscale: #595959. Windows color (decimal): -3661730 or 6168776. OLE color: 6168776.

HSL color Cylindrical-coordinate representation of color #C8205E: hue angle of 337.86º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C8205E is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 32 94 -
CMYK 0 0.84 0.53 0.22
HSL 337.86º 0.72% 0.45% -
HSV(B) 337.86º 0.84% 0.78% -
XYZ 26.36 14.12 11.93 -
YUV 89.3 130.66 206.96 -
System Red Green Blue C M Y K H S L
Decimal 200 32 94 0 0.84 0.53 0.22 337.86 0.72 0.45
Hex C8 20 5E 0 54 35 16 152 48 2D
Octal 310 40 136 0 124 65 26 522 110 55
Binary 11001000 100000 1011110 0 1010100 110101 10110 101010010 1001000 101101

Color Harmonies of #C8205E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8205E

Black with #C8205E

Text Example


Text Example

White with #C8205E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8205E; }

 p { color: rgb(200,32,94); }

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

background-color css

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

 a { background-color: rgb(200,32,94); }

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

border-color css

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

 span { border-color: rgb(200,32,94); }

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