Html Css Color HEX #C5275C Old Rose

📋 copy color: '#C5275C'

red 197 ◦ green 39 ◦ blue 92

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

Shades of Old Rose #C5275C

Tints of Old Rose #C5275C

RGB

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

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

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

R = 60.06%
G = 11.89%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5275C (or 0xC5275C) is known color: Old Rose. HEX triplet: C5, 27 and 5C. RGB value is (197,39,92). Sum of RGB (Red+Green+Blue) = 197+39+92=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C5275C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5275C is #3AD8A3. Grayscale: #5C5C5C. Windows color (decimal): -3856548 or 6039493. OLE color: 6039493.

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

Color convert

RGB 197 39 92 -
CMYK 0 0.80 0.53 0.23
HSL 339.87º 0.67% 0.46% -
HSV(B) 339.87º 0.8% 0.77% -
XYZ 25.68 14.09 11.49 -
YUV 92.28 127.85 202.69 -
System Red Green Blue C M Y K H S L
Decimal 197 39 92 0 0.80 0.53 0.23 339.87 0.67 0.46
Hex C5 27 5C 0 50 35 17 154 43 2E
Octal 305 47 134 0 120 65 27 524 103 56
Binary 11000101 100111 1011100 0 1010000 110101 10111 101010100 1000011 101110

Color Harmonies of #C5275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5275C

Black with #C5275C

Text Example


Text Example

White with #C5275C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5275C; }

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

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

background-color css

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

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

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

border-color css

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

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

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