Html Css Color HEX #C57F74 Brandy Rose

📋 copy color: '#C57F74'

red 197 ◦ green 127 ◦ blue 116

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

Shades of Brandy Rose #C57F74

Tints of Brandy Rose #C57F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.36%

R = 44.77%
G = 28.86%
B = 26.36%

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

#C57F74 (or 0xC57F74) is known color: Brandy Rose. HEX triplet: C5, 7F and 74. RGB value is (197,127,116). Sum of RGB (Red+Green+Blue) = 197+127+116=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 116 (45.70% from 255 or 26.36% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57F74 is #3A808B. Grayscale: #929292. Windows color (decimal): -3833996 or 7634885. OLE color: 7634885.

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

Color convert

RGB 197 127 116 -
CMYK 0 0.36 0.41 0.23
HSL 8.15º 0.41% 0.61% -
HSV(B) 8.15º 0.41% 0.77% -
XYZ 33.77 28.31 20.21 -
YUV 146.68 110.69 163.89 -
System Red Green Blue C M Y K H S L
Decimal 197 127 116 0 0.36 0.41 0.23 8.15 0.41 0.61
Hex C5 7F 74 0 24 29 17 8 29 3D
Octal 305 177 164 0 44 51 27 10 51 75
Binary 11000101 1111111 1110100 0 100100 101001 10111 1000 101001 111101

Color Harmonies of #C57F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57F74

Black with #C57F74

Text Example


Text Example

White with #C57F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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