Html Css Color HEX #C9275C Old Rose

📋 copy color: '#C9275C'

red 201 ◦ green 39 ◦ blue 92

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

Shades of Old Rose #C9275C

Tints of Old Rose #C9275C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.75%

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

R = 60.54%
G = 11.75%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9275C (or 0xC9275C) is known color: Old Rose. HEX triplet: C9, 27 and 5C. RGB value is (201,39,92). Sum of RGB (Red+Green+Blue) = 201+39+92=332 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.54% from 332); Green value is 39 (15.62% from 255 or 11.75% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 201 - color contains mainly: red. Hex color #C9275C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9275C is #36D8A3. Grayscale: #5D5D5D. Windows color (decimal): -3594404 or 6039497. OLE color: 6039497.

HSL color Cylindrical-coordinate representation of color #C9275C: hue angle of 340.37º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C9275C is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 39 92 -
CMYK 0 0.81 0.54 0.21
HSL 340.37º 0.68% 0.47% -
HSV(B) 340.37º 0.81% 0.79% -
XYZ 26.74 14.64 11.54 -
YUV 93.48 127.17 204.69 -
System Red Green Blue C M Y K H S L
Decimal 201 39 92 0 0.81 0.54 0.21 340.37 0.68 0.47
Hex C9 27 5C 0 51 36 15 154 44 2F
Octal 311 47 134 0 121 66 25 524 104 57
Binary 11001001 100111 1011100 0 1010001 110110 10101 101010100 1000100 101111

Color Harmonies of #C9275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9275C

Black with #C9275C

Text Example


Text Example

White with #C9275C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9275C; }

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

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

background-color css

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

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

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

border-color css

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

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

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