Html Css Color HEX #C47E71 Brandy Rose

📋 copy color: '#C47E71'

red 196 ◦ green 126 ◦ blue 113

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

Shades of Brandy Rose #C47E71

Tints of Brandy Rose #C47E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.98%

R = 45.06%
G = 28.97%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C47E71 (or 0xC47E71) is known color: Brandy Rose. HEX triplet: C4, 7E and 71. RGB value is (196,126,113). Sum of RGB (Red+Green+Blue) = 196+126+113=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47E71 is #3B818E. Grayscale: #919191. Windows color (decimal): -3899791 or 7438020. OLE color: 7438020.

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

Color convert

RGB 196 126 113 -
CMYK 0 0.36 0.42 0.23
HSL 9.4º 0.41% 0.61% -
HSV(B) 9.4º 0.42% 0.77% -
XYZ 33.21 27.85 19.25 -
YUV 145.45 109.69 164.06 -
System Red Green Blue C M Y K H S L
Decimal 196 126 113 0 0.36 0.42 0.23 9.4 0.41 0.61
Hex C4 7E 71 0 24 2A 17 9 29 3D
Octal 304 176 161 0 44 52 27 11 51 75
Binary 11000100 1111110 1110001 0 100100 101010 10111 1001 101001 111101

Color Harmonies of #C47E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47E71

Black with #C47E71

Text Example


Text Example

White with #C47E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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