Html Css Color HEX #C9284D Old Rose

📋 copy color: '#C9284D'

red 201 ◦ green 40 ◦ blue 77

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

Shades of Old Rose #C9284D

Tints of Old Rose #C9284D

RGB

 RED value IS 201 (78.91% from 255) = 63.21%

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

 BLUE value IS 77 (30.47% from 255) = 24.21%

R = 63.21%
G = 12.58%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9284D (or 0xC9284D) is known color: Old Rose. HEX triplet: C9, 28 and 4D. RGB value is (201,40,77). Sum of RGB (Red+Green+Blue) = 201+40+77=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C9284D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9284D is #36D7B2. Grayscale: #5C5C5C. Windows color (decimal): -3594163 or 5056713. OLE color: 5056713.

HSL color Cylindrical-coordinate representation of color #C9284D: hue angle of 346.21º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9284D is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 40 77 -
CMYK 0 0.80 0.62 0.21
HSL 346.21º 0.67% 0.47% -
HSV(B) 346.21º 0.8% 0.79% -
XYZ 26.19 14.47 8.43 -
YUV 92.36 119.34 205.49 -
System Red Green Blue C M Y K H S L
Decimal 201 40 77 0 0.80 0.62 0.21 346.21 0.67 0.47
Hex C9 28 4D 0 50 3E 15 15A 43 2F
Octal 311 50 115 0 120 76 25 532 103 57
Binary 11001001 101000 1001101 0 1010000 111110 10101 101011010 1000011 101111

Color Harmonies of #C9284D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9284D

Black with #C9284D

Text Example


Text Example

White with #C9284D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9284D; }

 p { color: rgb(201,40,77); }

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

background-color css

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

 a { background-color: rgb(201,40,77); }

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

border-color css

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

 span { border-color: rgb(201,40,77); }

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