Html Css Color HEX #C9275B Old Rose

📋 copy color: '#C9275B'

red 201 ◦ green 39 ◦ blue 91

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

Shades of Old Rose #C9275B

Tints of Old Rose #C9275B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.49%

R = 60.73%
G = 11.78%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9275B (or 0xC9275B) is known color: Old Rose. HEX triplet: C9, 27 and 5B. RGB value is (201,39,91). Sum of RGB (Red+Green+Blue) = 201+39+91=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C9275B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9275B is #36D8A4. Grayscale: #5D5D5D. Windows color (decimal): -3594405 or 5973961. OLE color: 5973961.

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

Color convert

RGB 201 39 91 -
CMYK 0 0.81 0.55 0.21
HSL 340.74º 0.68% 0.47% -
HSV(B) 340.74º 0.81% 0.79% -
XYZ 26.7 14.62 11.31 -
YUV 93.37 126.67 204.77 -
System Red Green Blue C M Y K H S L
Decimal 201 39 91 0 0.81 0.55 0.21 340.74 0.68 0.47
Hex C9 27 5B 0 51 37 15 155 44 2F
Octal 311 47 133 0 121 67 25 525 104 57
Binary 11001001 100111 1011011 0 1010001 110111 10101 101010101 1000100 101111

Color Harmonies of #C9275B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9275B

Black with #C9275B

Text Example


Text Example

White with #C9275B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9275B; }

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

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

background-color css

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

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

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

border-color css

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

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

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