Html Css Color HEX #C9235E Old Rose

📋 copy color: '#C9235E'

red 201 ◦ green 35 ◦ blue 94

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

Shades of Old Rose #C9235E

Tints of Old Rose #C9235E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.48%

R = 60.91%
G = 10.61%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C9235E (or 0xC9235E) is known color: Old Rose. HEX triplet: C9, 23 and 5E. RGB value is (201,35,94). Sum of RGB (Red+Green+Blue) = 201+35+94=330 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.91% from 330); Green value is 35 (14.06% from 255 or 10.61% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 201 - color contains mainly: red. Hex color #C9235E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9235E is #36DCA1. Grayscale: #5B5B5B. Windows color (decimal): -3595426 or 6169545. OLE color: 6169545.

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

Color convert

RGB 201 35 94 -
CMYK 0 0.83 0.53 0.21
HSL 338.67º 0.7% 0.46% -
HSV(B) 338.67º 0.83% 0.79% -
XYZ 26.71 14.43 11.97 -
YUV 91.36 129.5 206.2 -
System Red Green Blue C M Y K H S L
Decimal 201 35 94 0 0.83 0.53 0.21 338.67 0.7 0.46
Hex C9 23 5E 0 53 35 15 153 46 2E
Octal 311 43 136 0 123 65 25 523 106 56
Binary 11001001 100011 1011110 0 1010011 110101 10101 101010011 1000110 101110

Color Harmonies of #C9235E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9235E

Black with #C9235E

Text Example


Text Example

White with #C9235E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9235E; }

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

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

background-color css

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

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

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

border-color css

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

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

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