Html Css Color HEX #C57C79 Brandy Rose

📋 copy color: '#C57C79'

red 197 ◦ green 124 ◦ blue 121

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

Shades of Brandy Rose #C57C79

Tints of Brandy Rose #C57C79

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.05%

 BLUE value IS 121 (47.66% from 255) = 27.38%

R = 44.57%
G = 28.05%
B = 27.38%

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

#C57C79 (or 0xC57C79) is known color: Brandy Rose. HEX triplet: C5, 7C and 79. RGB value is (197,124,121). Sum of RGB (Red+Green+Blue) = 197+124+121=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 124 (48.83% from 255 or 28.05% from 442); Blue value is 121 (47.66% from 255 or 27.38% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57C79 is #3A8386. Grayscale: #919191. Windows color (decimal): -3834759 or 7961797. OLE color: 7961797.

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

Color convert

RGB 197 124 121 -
CMYK 0 0.37 0.39 0.23
HSL 2.37º 0.4% 0.62% -
HSV(B) 2.37º 0.39% 0.77% -
XYZ 33.68 27.67 21.65 -
YUV 145.49 114.18 164.74 -
System Red Green Blue C M Y K H S L
Decimal 197 124 121 0 0.37 0.39 0.23 2.37 0.4 0.62
Hex C5 7C 79 0 25 27 17 2 28 3E
Octal 305 174 171 0 45 47 27 2 50 76
Binary 11000101 1111100 1111001 0 100101 100111 10111 10 101000 111110

Color Harmonies of #C57C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57C79

Black with #C57C79

Text Example


Text Example

White with #C57C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57C79; }

 p { color: rgb(197,124,121); }

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

background-color css

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

 a { background-color: rgb(197,124,121); }

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

border-color css

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

 span { border-color: rgb(197,124,121); }

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