Html Css Color HEX #C9384F Old Rose

📋 copy color: '#C9384F'

red 201 ◦ green 56 ◦ blue 79

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

Shades of Old Rose #C9384F

Tints of Old Rose #C9384F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.67%

 BLUE value IS 79 (31.25% from 255) = 23.51%

R = 59.82%
G = 16.67%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C9384F (or 0xC9384F) is known color: Old Rose. HEX triplet: C9, 38 and 4F. RGB value is (201,56,79). Sum of RGB (Red+Green+Blue) = 201+56+79=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C9384F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9384F is #36C7B0. Grayscale: #666666. Windows color (decimal): -3590065 or 5191881. OLE color: 5191881.

HSL color Cylindrical-coordinate representation of color #C9384F: hue angle of 350.48º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C9384F is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 56 79 -
CMYK 0 0.72 0.61 0.21
HSL 350.48º 0.57% 0.5% -
HSV(B) 350.48º 0.72% 0.79% -
XYZ 26.91 15.81 9.03 -
YUV 101.98 115.04 198.63 -
System Red Green Blue C M Y K H S L
Decimal 201 56 79 0 0.72 0.61 0.21 350.48 0.57 0.5
Hex C9 38 4F 0 48 3D 15 15E 39 32
Octal 311 70 117 0 110 75 25 536 71 62
Binary 11001001 111000 1001111 0 1001000 111101 10101 101011110 111001 110010

Color Harmonies of #C9384F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9384F

Black with #C9384F

Text Example


Text Example

White with #C9384F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9384F; }

 p { color: rgb(201,56,79); }

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

background-color css

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

 a { background-color: rgb(201,56,79); }

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

border-color css

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

 span { border-color: rgb(201,56,79); }

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