Html Css Color HEX #C9344C Old Rose

📋 copy color: '#C9344C'

red 201 ◦ green 52 ◦ blue 76

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

Shades of Old Rose #C9344C

Tints of Old Rose #C9344C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.81%

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

R = 61.09%
G = 15.81%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9344C (or 0xC9344C) is known color: Old Rose. HEX triplet: C9, 34 and 4C. RGB value is (201,52,76). Sum of RGB (Red+Green+Blue) = 201+52+76=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C9344C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9344C is #36CBB3. Grayscale: #636363. Windows color (decimal): -3591092 or 4994249. OLE color: 4994249.

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

Color convert

RGB 201 52 76 -
CMYK 0 0.74 0.62 0.21
HSL 350.34º 0.59% 0.5% -
HSV(B) 350.34º 0.74% 0.79% -
XYZ 26.62 15.4 8.41 -
YUV 99.29 114.86 200.55 -
System Red Green Blue C M Y K H S L
Decimal 201 52 76 0 0.74 0.62 0.21 350.34 0.59 0.5
Hex C9 34 4C 0 4A 3E 15 15E 3B 32
Octal 311 64 114 0 112 76 25 536 73 62
Binary 11001001 110100 1001100 0 1001010 111110 10101 101011110 111011 110010

Color Harmonies of #C9344C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9344C

Black with #C9344C

Text Example


Text Example

White with #C9344C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9344C; }

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

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

background-color css

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

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

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

border-color css

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

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

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