Html Css Color HEX #C9384C Old Rose

📋 copy color: '#C9384C'

red 201 ◦ green 56 ◦ blue 76

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

Shades of Old Rose #C9384C

Tints of Old Rose #C9384C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.82%

R = 60.36%
G = 16.82%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9384C (or 0xC9384C) is known color: Old Rose. HEX triplet: C9, 38 and 4C. RGB value is (201,56,76). Sum of RGB (Red+Green+Blue) = 201+56+76=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C9384C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9384C is #36C7B3. Grayscale: #656565. Windows color (decimal): -3590068 or 4995273. OLE color: 4995273.

HSL color Cylindrical-coordinate representation of color #C9384C: hue angle of 351.72º 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 #C9384C is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 56 76 -
CMYK 0 0.72 0.62 0.21
HSL 351.72º 0.57% 0.5% -
HSV(B) 351.72º 0.72% 0.79% -
XYZ 26.81 15.77 8.47 -
YUV 101.64 113.54 198.87 -
System Red Green Blue C M Y K H S L
Decimal 201 56 76 0 0.72 0.62 0.21 351.72 0.57 0.5
Hex C9 38 4C 0 48 3E 15 160 39 32
Octal 311 70 114 0 110 76 25 540 71 62
Binary 11001001 111000 1001100 0 1001000 111110 10101 101100000 111001 110010

Color Harmonies of #C9384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9384C

Black with #C9384C

Text Example


Text Example

White with #C9384C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9384C; }

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

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

background-color css

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

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

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

border-color css

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

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

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