Html Css Color HEX #C9265B Old Rose

📋 copy color: '#C9265B'

red 201 ◦ green 38 ◦ blue 91

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

Shades of Old Rose #C9265B

Tints of Old Rose #C9265B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.52%

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

R = 60.91%
G = 11.52%
B = 27.58%

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

#C9265B (or 0xC9265B) is known color: Old Rose. HEX triplet: C9, 26 and 5B. RGB value is (201,38,91). Sum of RGB (Red+Green+Blue) = 201+38+91=330 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.91% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 201 - color contains mainly: red. Hex color #C9265B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9265B is #36D9A4. Grayscale: #5C5C5C. Windows color (decimal): -3594661 or 5973705. OLE color: 5973705.

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

Color convert

RGB 201 38 91 -
CMYK 0 0.81 0.55 0.21
HSL 340.49º 0.68% 0.47% -
HSV(B) 340.49º 0.81% 0.79% -
XYZ 26.67 14.56 11.3 -
YUV 92.78 127 205.19 -
System Red Green Blue C M Y K H S L
Decimal 201 38 91 0 0.81 0.55 0.21 340.49 0.68 0.47
Hex C9 26 5B 0 51 37 15 154 44 2F
Octal 311 46 133 0 121 67 25 524 104 57
Binary 11001001 100110 1011011 0 1010001 110111 10101 101010100 1000100 101111

Color Harmonies of #C9265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9265B

Black with #C9265B

Text Example


Text Example

White with #C9265B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9265B; }

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

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

background-color css

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

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

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

border-color css

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

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

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