Html Css Color HEX #C9235B Old Rose

📋 copy color: '#C9235B'

red 201 ◦ green 35 ◦ blue 91

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

Shades of Old Rose #C9235B

Tints of Old Rose #C9235B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.7%

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

R = 61.47%
G = 10.7%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9235B (or 0xC9235B) is known color: Old Rose. HEX triplet: C9, 23 and 5B. RGB value is (201,35,91). Sum of RGB (Red+Green+Blue) = 201+35+91=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C9235B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9235B is #36DCA4. Grayscale: #5A5A5A. Windows color (decimal): -3595429 or 5972937. OLE color: 5972937.

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

Color convert

RGB 201 35 91 -
CMYK 0 0.83 0.55 0.21
HSL 339.76º 0.7% 0.46% -
HSV(B) 339.76º 0.83% 0.79% -
XYZ 26.58 14.37 11.27 -
YUV 91.02 128 206.45 -
System Red Green Blue C M Y K H S L
Decimal 201 35 91 0 0.83 0.55 0.21 339.76 0.7 0.46
Hex C9 23 5B 0 53 37 15 154 46 2E
Octal 311 43 133 0 123 67 25 524 106 56
Binary 11001001 100011 1011011 0 1010011 110111 10101 101010100 1000110 101110

Color Harmonies of #C9235B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9235B

Black with #C9235B

Text Example


Text Example

White with #C9235B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9235B; }

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

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

background-color css

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

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

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

border-color css

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

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

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