Html Css Color HEX #C57F75 Brandy Rose

📋 copy color: '#C57F75'

red 197 ◦ green 127 ◦ blue 117

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

Shades of Brandy Rose #C57F75

Tints of Brandy Rose #C57F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.53%

R = 44.67%
G = 28.8%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C57F75 (or 0xC57F75) is known color: Brandy Rose. HEX triplet: C5, 7F and 75. RGB value is (197,127,117). Sum of RGB (Red+Green+Blue) = 197+127+117=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57F75 is #3A808A. Grayscale: #929292. Windows color (decimal): -3833995 or 7700421. OLE color: 7700421.

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

Color convert

RGB 197 127 117 -
CMYK 0 0.36 0.41 0.23
HSL 7.5º 0.41% 0.62% -
HSV(B) 7.5º 0.41% 0.77% -
XYZ 33.83 28.33 20.52 -
YUV 146.79 111.19 163.81 -
System Red Green Blue C M Y K H S L
Decimal 197 127 117 0 0.36 0.41 0.23 7.5 0.41 0.62
Hex C5 7F 75 0 24 29 17 8 29 3E
Octal 305 177 165 0 44 51 27 10 51 76
Binary 11000101 1111111 1110101 0 100100 101001 10111 1000 101001 111110

Color Harmonies of #C57F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57F75

Black with #C57F75

Text Example


Text Example

White with #C57F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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