Html Css Color HEX #C5235B Old Rose

📋 copy color: '#C5235B'

red 197 ◦ green 35 ◦ blue 91

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

Shades of Old Rose #C5235B

Tints of Old Rose #C5235B

RGB

 RED value IS 197 (77.34% from 255) = 60.99%

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

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

R = 60.99%
G = 10.84%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5235B (or 0xC5235B) is known color: Old Rose. HEX triplet: C5, 23 and 5B. RGB value is (197,35,91). Sum of RGB (Red+Green+Blue) = 197+35+91=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 35 (14.06% from 255 or 10.84% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C5235B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5235B is #3ADCA4. Grayscale: #595959. Windows color (decimal): -3857573 or 5972933. OLE color: 5972933.

HSL color Cylindrical-coordinate representation of color #C5235B: hue angle of 339.26º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C5235B is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 35 91 -
CMYK 0 0.82 0.54 0.23
HSL 339.26º 0.7% 0.45% -
HSV(B) 339.26º 0.82% 0.77% -
XYZ 25.52 13.83 11.22 -
YUV 89.82 128.67 204.45 -
System Red Green Blue C M Y K H S L
Decimal 197 35 91 0 0.82 0.54 0.23 339.26 0.7 0.45
Hex C5 23 5B 0 52 36 17 153 46 2D
Octal 305 43 133 0 122 66 27 523 106 55
Binary 11000101 100011 1011011 0 1010010 110110 10111 101010011 1000110 101101

Color Harmonies of #C5235B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5235B

Black with #C5235B

Text Example


Text Example

White with #C5235B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5235B; }

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

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

background-color css

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

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

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

border-color css

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

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

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