Html Css Color HEX #C5255C Old Rose

📋 copy color: '#C5255C'

red 197 ◦ green 37 ◦ blue 92

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

Shades of Old Rose #C5255C

Tints of Old Rose #C5255C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.35%

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

R = 60.43%
G = 11.35%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5255C (or 0xC5255C) is known color: Old Rose. HEX triplet: C5, 25 and 5C. RGB value is (197,37,92). Sum of RGB (Red+Green+Blue) = 197+37+92=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C5255C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5255C is #3ADAA3. Grayscale: #5B5B5B. Windows color (decimal): -3857060 or 6038981. OLE color: 6038981.

HSL color Cylindrical-coordinate representation of color #C5255C: hue angle of 339.38º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C5255C is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 37 92 -
CMYK 0 0.81 0.53 0.23
HSL 339.38º 0.68% 0.46% -
HSV(B) 339.38º 0.81% 0.77% -
XYZ 25.62 13.97 11.47 -
YUV 91.11 128.51 203.53 -
System Red Green Blue C M Y K H S L
Decimal 197 37 92 0 0.81 0.53 0.23 339.38 0.68 0.46
Hex C5 25 5C 0 51 35 17 153 44 2E
Octal 305 45 134 0 121 65 27 523 104 56
Binary 11000101 100101 1011100 0 1010001 110101 10111 101010011 1000100 101110

Color Harmonies of #C5255C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5255C

Black with #C5255C

Text Example


Text Example

White with #C5255C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5255C; }

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

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

background-color css

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

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

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

border-color css

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

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

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