Html Css Color HEX #C47F76 Brandy Rose

📋 copy color: '#C47F76'

red 196 ◦ green 127 ◦ blue 118

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

Shades of Brandy Rose #C47F76

Tints of Brandy Rose #C47F76

RGB

 RED value IS 196 (76.95% from 255) = 44.44%

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

 BLUE value IS 118 (46.48% from 255) = 26.76%

R = 44.44%
G = 28.8%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C47F76 (or 0xC47F76) is known color: Brandy Rose. HEX triplet: C4, 7F and 76. RGB value is (196,127,118). Sum of RGB (Red+Green+Blue) = 196+127+118=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47F76 is #3B8089. Grayscale: #929292. Windows color (decimal): -3899530 or 7765956. OLE color: 7765956.

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

Color convert

RGB 196 127 118 -
CMYK 0 0.35 0.40 0.23
HSL 6.92º 0.4% 0.62% -
HSV(B) 6.92º 0.4% 0.77% -
XYZ 33.62 28.22 20.81 -
YUV 146.61 111.86 163.23 -
System Red Green Blue C M Y K H S L
Decimal 196 127 118 0 0.35 0.40 0.23 6.92 0.4 0.62
Hex C4 7F 76 0 23 28 17 7 28 3E
Octal 304 177 166 0 43 50 27 7 50 76
Binary 11000100 1111111 1110110 0 100011 101000 10111 111 101000 111110

Color Harmonies of #C47F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47F76

Black with #C47F76

Text Example


Text Example

White with #C47F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47F76; }

 p { color: rgb(196,127,118); }

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

background-color css

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

 a { background-color: rgb(196,127,118); }

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

border-color css

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

 span { border-color: rgb(196,127,118); }

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