Html Css Color HEX #C9255B Old Rose

📋 copy color: '#C9255B'

red 201 ◦ green 37 ◦ blue 91

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

Shades of Old Rose #C9255B

Tints of Old Rose #C9255B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.25%

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

R = 61.09%
G = 11.25%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9255B (or 0xC9255B) is known color: Old Rose. HEX triplet: C9, 25 and 5B. RGB value is (201,37,91). Sum of RGB (Red+Green+Blue) = 201+37+91=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C9255B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9255B is #36DAA4. Grayscale: #5C5C5C. Windows color (decimal): -3594917 or 5973449. OLE color: 5973449.

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

Color convert

RGB 201 37 91 -
CMYK 0 0.82 0.55 0.21
HSL 340.24º 0.69% 0.47% -
HSV(B) 340.24º 0.82% 0.79% -
XYZ 26.64 14.5 11.29 -
YUV 92.19 127.33 205.61 -
System Red Green Blue C M Y K H S L
Decimal 201 37 91 0 0.82 0.55 0.21 340.24 0.69 0.47
Hex C9 25 5B 0 52 37 15 154 45 2F
Octal 311 45 133 0 122 67 25 524 105 57
Binary 11001001 100101 1011011 0 1010010 110111 10101 101010100 1000101 101111

Color Harmonies of #C9255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9255B

Black with #C9255B

Text Example


Text Example

White with #C9255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9255B; }

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

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

background-color css

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

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

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

border-color css

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

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

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