Html Css Color HEX #C57F78 Brandy Rose

📋 copy color: '#C57F78'

red 197 ◦ green 127 ◦ blue 120

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

Shades of Brandy Rose #C57F78

Tints of Brandy Rose #C57F78

RGB

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

 GREEN value IS 127 (50% from 255) = 28.6%

 BLUE value IS 120 (47.27% from 255) = 27.03%

R = 44.37%
G = 28.6%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C57F78 (or 0xC57F78) is known color: Brandy Rose. HEX triplet: C5, 7F and 78. RGB value is (197,127,120). Sum of RGB (Red+Green+Blue) = 197+127+120=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 120 (47.27% from 255 or 27.03% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57F78 is #3A8087. Grayscale: #939393. Windows color (decimal): -3833992 or 7897029. OLE color: 7897029.

HSL color Cylindrical-coordinate representation of color #C57F78: hue angle of 5.45º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C57F78 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 127 120 -
CMYK 0 0.36 0.39 0.23
HSL 5.45º 0.4% 0.62% -
HSV(B) 5.45º 0.39% 0.77% -
XYZ 34.01 28.41 21.46 -
YUV 147.13 112.69 163.57 -
System Red Green Blue C M Y K H S L
Decimal 197 127 120 0 0.36 0.39 0.23 5.45 0.4 0.62
Hex C5 7F 78 0 24 27 17 5 28 3E
Octal 305 177 170 0 44 47 27 5 50 76
Binary 11000101 1111111 1111000 0 100100 100111 10111 101 101000 111110

Color Harmonies of #C57F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57F78

Black with #C57F78

Text Example


Text Example

White with #C57F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57F78; }

 p { color: rgb(197,127,120); }

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

background-color css

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

 a { background-color: rgb(197,127,120); }

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

border-color css

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

 span { border-color: rgb(197,127,120); }

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