Html Css Color HEX #C5235C Old Rose

📋 copy color: '#C5235C'

red 197 ◦ green 35 ◦ blue 92

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

Shades of Old Rose #C5235C

Tints of Old Rose #C5235C

RGB

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

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

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

R = 60.8%
G = 10.8%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5235C (or 0xC5235C) is known color: Old Rose. HEX triplet: C5, 23 and 5C. RGB value is (197,35,92). Sum of RGB (Red+Green+Blue) = 197+35+92=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C5235C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5235C is #3ADCA3. Grayscale: #595959. Windows color (decimal): -3857572 or 6038469. OLE color: 6038469.

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

Color convert

RGB 197 35 92 -
CMYK 0 0.82 0.53 0.23
HSL 338.89º 0.7% 0.45% -
HSV(B) 338.89º 0.82% 0.77% -
XYZ 25.56 13.85 11.45 -
YUV 89.94 129.17 204.37 -
System Red Green Blue C M Y K H S L
Decimal 197 35 92 0 0.82 0.53 0.23 338.89 0.7 0.45
Hex C5 23 5C 0 52 35 17 153 46 2D
Octal 305 43 134 0 122 65 27 523 106 55
Binary 11000101 100011 1011100 0 1010010 110101 10111 101010011 1000110 101101

Color Harmonies of #C5235C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5235C

Black with #C5235C

Text Example


Text Example

White with #C5235C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5235C; }

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

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

background-color css

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

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

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

border-color css

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

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

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