Html Css Color HEX #C57E75 Brandy Rose

📋 copy color: '#C57E75'

red 197 ◦ green 126 ◦ blue 117

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

Shades of Brandy Rose #C57E75

Tints of Brandy Rose #C57E75

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.64%

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

R = 44.77%
G = 28.64%
B = 26.59%

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

#C57E75 (or 0xC57E75) is known color: Brandy Rose. HEX triplet: C5, 7E and 75. RGB value is (197,126,117). Sum of RGB (Red+Green+Blue) = 197+126+117=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57E75 is #3A818A. Grayscale: #929292. Windows color (decimal): -3834251 or 7700165. OLE color: 7700165.

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

Color convert

RGB 197 126 117 -
CMYK 0 0.36 0.41 0.23
HSL 6.75º 0.41% 0.62% -
HSV(B) 6.75º 0.41% 0.77% -
XYZ 33.7 28.08 20.47 -
YUV 146.2 111.52 164.23 -
System Red Green Blue C M Y K H S L
Decimal 197 126 117 0 0.36 0.41 0.23 6.75 0.41 0.62
Hex C5 7E 75 0 24 29 17 7 29 3E
Octal 305 176 165 0 44 51 27 7 51 76
Binary 11000101 1111110 1110101 0 100100 101001 10111 111 101001 111110

Color Harmonies of #C57E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57E75

Black with #C57E75

Text Example


Text Example

White with #C57E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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