Html Css Color HEX #C57D78 Brandy Rose

📋 copy color: '#C57D78'

red 197 ◦ green 125 ◦ blue 120

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

Shades of Brandy Rose #C57D78

Tints of Brandy Rose #C57D78

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.28%

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

R = 44.57%
G = 28.28%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C57D78 (or 0xC57D78) is known color: Brandy Rose. HEX triplet: C5, 7D and 78. RGB value is (197,125,120). Sum of RGB (Red+Green+Blue) = 197+125+120=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 120 (47.27% from 255 or 27.15% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57D78 is #3A8287. Grayscale: #929292. Windows color (decimal): -3834504 or 7896517. OLE color: 7896517.

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

Color convert

RGB 197 125 120 -
CMYK 0 0.37 0.39 0.23
HSL 3.9º 0.4% 0.62% -
HSV(B) 3.9º 0.39% 0.77% -
XYZ 33.75 27.89 21.37 -
YUV 145.96 113.35 164.41 -
System Red Green Blue C M Y K H S L
Decimal 197 125 120 0 0.37 0.39 0.23 3.9 0.4 0.62
Hex C5 7D 78 0 25 27 17 4 28 3E
Octal 305 175 170 0 45 47 27 4 50 76
Binary 11000101 1111101 1111000 0 100101 100111 10111 100 101000 111110

Color Harmonies of #C57D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57D78

Black with #C57D78

Text Example


Text Example

White with #C57D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57D78; }

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

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

background-color css

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

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

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

border-color css

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

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

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