Html Css Color HEX #C47F79 Brandy Rose

📋 copy color: '#C47F79'

red 196 ◦ green 127 ◦ blue 121

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

Shades of Brandy Rose #C47F79

Tints of Brandy Rose #C47F79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 27.25%

R = 44.14%
G = 28.6%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C47F79 (or 0xC47F79) is known color: Brandy Rose. HEX triplet: C4, 7F and 79. RGB value is (196,127,121). Sum of RGB (Red+Green+Blue) = 196+127+121=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 121 (47.66% from 255 or 27.25% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47F79 is #3B8086. Grayscale: #939393. Windows color (decimal): -3899527 or 7962564. OLE color: 7962564.

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

Color convert

RGB 196 127 121 -
CMYK 0 0.35 0.38 0.23
HSL 4.8º 0.39% 0.62% -
HSV(B) 4.8º 0.38% 0.77% -
XYZ 33.81 28.29 21.77 -
YUV 146.95 113.36 162.99 -
System Red Green Blue C M Y K H S L
Decimal 196 127 121 0 0.35 0.38 0.23 4.8 0.39 0.62
Hex C4 7F 79 0 23 26 17 5 27 3E
Octal 304 177 171 0 43 46 27 5 47 76
Binary 11000100 1111111 1111001 0 100011 100110 10111 101 100111 111110

Color Harmonies of #C47F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47F79

Black with #C47F79

Text Example


Text Example

White with #C47F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47F79; }

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

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

background-color css

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

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

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

border-color css

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

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

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