Html Css Color HEX #C5235F Old Rose

📋 copy color: '#C5235F'

red 197 ◦ green 35 ◦ blue 95

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

Shades of Old Rose #C5235F

Tints of Old Rose #C5235F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.05%

R = 60.24%
G = 10.7%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5235F (or 0xC5235F) is known color: Old Rose. HEX triplet: C5, 23 and 5F. RGB value is (197,35,95). Sum of RGB (Red+Green+Blue) = 197+35+95=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C5235F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5235F is #3ADCA0. Grayscale: #5A5A5A. Windows color (decimal): -3857569 or 6235077. OLE color: 6235077.

HSL color Cylindrical-coordinate representation of color #C5235F: hue angle of 337.78º 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 #C5235F is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 35 95 -
CMYK 0 0.82 0.52 0.23
HSL 337.78º 0.7% 0.45% -
HSV(B) 337.78º 0.82% 0.77% -
XYZ 25.69 13.9 12.16 -
YUV 90.28 130.67 204.12 -
System Red Green Blue C M Y K H S L
Decimal 197 35 95 0 0.82 0.52 0.23 337.78 0.7 0.45
Hex C5 23 5F 0 52 34 17 152 46 2D
Octal 305 43 137 0 122 64 27 522 106 55
Binary 11000101 100011 1011111 0 1010010 110100 10111 101010010 1000110 101101

Color Harmonies of #C5235F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5235F

Black with #C5235F

Text Example


Text Example

White with #C5235F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5235F; }

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

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

background-color css

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

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

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

border-color css

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

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

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