Html Css Color HEX #C9235C Old Rose

📋 copy color: '#C9235C'

red 201 ◦ green 35 ◦ blue 92

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

Shades of Old Rose #C9235C

Tints of Old Rose #C9235C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.05%

R = 61.28%
G = 10.67%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9235C (or 0xC9235C) is known color: Old Rose. HEX triplet: C9, 23 and 5C. RGB value is (201,35,92). Sum of RGB (Red+Green+Blue) = 201+35+92=328 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.28% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 201 - color contains mainly: red. Hex color #C9235C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9235C is #36DCA3. Grayscale: #5B5B5B. Windows color (decimal): -3595428 or 6038473. OLE color: 6038473.

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

Color convert

RGB 201 35 92 -
CMYK 0 0.83 0.54 0.21
HSL 339.4º 0.7% 0.46% -
HSV(B) 339.4º 0.83% 0.79% -
XYZ 26.62 14.39 11.5 -
YUV 91.13 128.5 206.37 -
System Red Green Blue C M Y K H S L
Decimal 201 35 92 0 0.83 0.54 0.21 339.4 0.7 0.46
Hex C9 23 5C 0 53 36 15 153 46 2E
Octal 311 43 134 0 123 66 25 523 106 56
Binary 11001001 100011 1011100 0 1010011 110110 10101 101010011 1000110 101110

Color Harmonies of #C9235C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9235C

Black with #C9235C

Text Example


Text Example

White with #C9235C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9235C; }

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

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

background-color css

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

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

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

border-color css

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

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

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