Html Css Color HEX #C47E77 Brandy Rose

📋 copy color: '#C47E77'

red 196 ◦ green 126 ◦ blue 119

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

Shades of Brandy Rose #C47E77

Tints of Brandy Rose #C47E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.98%

R = 44.44%
G = 28.57%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C47E77 (or 0xC47E77) is known color: Brandy Rose. HEX triplet: C4, 7E and 77. RGB value is (196,126,119). Sum of RGB (Red+Green+Blue) = 196+126+119=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47E77 is #3B8188. Grayscale: #929292. Windows color (decimal): -3899785 or 7831236. OLE color: 7831236.

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

Color convert

RGB 196 126 119 -
CMYK 0 0.36 0.39 0.23
HSL 5.45º 0.39% 0.62% -
HSV(B) 5.45º 0.39% 0.77% -
XYZ 33.56 27.99 21.09 -
YUV 146.13 112.69 163.57 -
System Red Green Blue C M Y K H S L
Decimal 196 126 119 0 0.36 0.39 0.23 5.45 0.39 0.62
Hex C4 7E 77 0 24 27 17 5 27 3E
Octal 304 176 167 0 44 47 27 5 47 76
Binary 11000100 1111110 1110111 0 100100 100111 10111 101 100111 111110

Color Harmonies of #C47E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47E77

Black with #C47E77

Text Example


Text Example

White with #C47E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47E77; }

 p { color: rgb(196,126,119); }

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

background-color css

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

 a { background-color: rgb(196,126,119); }

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

border-color css

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

 span { border-color: rgb(196,126,119); }

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