Html Css Color HEX #C57D7B Brandy Rose

📋 copy color: '#C57D7B'

red 197 ◦ green 125 ◦ blue 123

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

Shades of Brandy Rose #C57D7B

Tints of Brandy Rose #C57D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.64%

R = 44.27%
G = 28.09%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C57D7B (or 0xC57D7B) is known color: Brandy Rose. HEX triplet: C5, 7D and 7B. RGB value is (197,125,123). Sum of RGB (Red+Green+Blue) = 197+125+123=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57D7B is #3A8284. Grayscale: #929292. Windows color (decimal): -3834501 or 8093125. OLE color: 8093125.

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

Color convert

RGB 197 125 123 -
CMYK 0 0.37 0.38 0.23
HSL 1.62º 0.39% 0.63% -
HSV(B) 1.62º 0.38% 0.77% -
XYZ 33.93 27.97 22.35 -
YUV 146.3 114.85 164.16 -
System Red Green Blue C M Y K H S L
Decimal 197 125 123 0 0.37 0.38 0.23 1.62 0.39 0.63
Hex C5 7D 7B 0 25 26 17 2 27 3F
Octal 305 175 173 0 45 46 27 2 47 77
Binary 11000101 1111101 1111011 0 100101 100110 10111 10 100111 111111

Color Harmonies of #C57D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57D7B

Black with #C57D7B

Text Example


Text Example

White with #C57D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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