Html Css Color HEX #C9345C Old Rose

📋 copy color: '#C9345C'

red 201 ◦ green 52 ◦ blue 92

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

Shades of Old Rose #C9345C

Tints of Old Rose #C9345C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.67%

R = 58.26%
G = 15.07%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9345C (or 0xC9345C) is known color: Old Rose. HEX triplet: C9, 34 and 5C. RGB value is (201,52,92). Sum of RGB (Red+Green+Blue) = 201+52+92=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C9345C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9345C is #36CBA3. Grayscale: #656565. Windows color (decimal): -3591076 or 6042825. OLE color: 6042825.

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

Color convert

RGB 201 52 92 -
CMYK 0 0.74 0.54 0.21
HSL 343.89º 0.59% 0.5% -
HSV(B) 343.89º 0.74% 0.79% -
XYZ 27.25 15.65 11.71 -
YUV 101.11 122.86 199.25 -
System Red Green Blue C M Y K H S L
Decimal 201 52 92 0 0.74 0.54 0.21 343.89 0.59 0.5
Hex C9 34 5C 0 4A 36 15 158 3B 32
Octal 311 64 134 0 112 66 25 530 73 62
Binary 11001001 110100 1011100 0 1001010 110110 10101 101011000 111011 110010

Color Harmonies of #C9345C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9345C

Black with #C9345C

Text Example


Text Example

White with #C9345C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9345C; }

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

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

background-color css

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

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

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

border-color css

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

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

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