Html Css Color HEX #C5275A Old Rose

📋 copy color: '#C5275A'

red 197 ◦ green 39 ◦ blue 90

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

Shades of Old Rose #C5275A

Tints of Old Rose #C5275A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.96%

 BLUE value IS 90 (35.55% from 255) = 27.61%

R = 60.43%
G = 11.96%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5275A (or 0xC5275A) is known color: Old Rose. HEX triplet: C5, 27 and 5A. RGB value is (197,39,90). Sum of RGB (Red+Green+Blue) = 197+39+90=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C5275A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5275A is #3AD8A5. Grayscale: #5C5C5C. Windows color (decimal): -3856550 or 5908421. OLE color: 5908421.

HSL color Cylindrical-coordinate representation of color #C5275A: hue angle of 340.63º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5275A is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 39 90 -
CMYK 0 0.80 0.54 0.23
HSL 340.63º 0.67% 0.46% -
HSV(B) 340.63º 0.8% 0.77% -
XYZ 25.6 14.06 11.04 -
YUV 92.06 126.85 202.85 -
System Red Green Blue C M Y K H S L
Decimal 197 39 90 0 0.80 0.54 0.23 340.63 0.67 0.46
Hex C5 27 5A 0 50 36 17 155 43 2E
Octal 305 47 132 0 120 66 27 525 103 56
Binary 11000101 100111 1011010 0 1010000 110110 10111 101010101 1000011 101110

Color Harmonies of #C5275A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5275A

Black with #C5275A

Text Example


Text Example

White with #C5275A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5275A; }

 p { color: rgb(197,39,90); }

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

background-color css

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

 a { background-color: rgb(197,39,90); }

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

border-color css

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

 span { border-color: rgb(197,39,90); }

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