Html Css Color HEX #C47E75 Brandy Rose

📋 copy color: '#C47E75'

red 196 ◦ green 126 ◦ blue 117

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

Shades of Brandy Rose #C47E75

Tints of Brandy Rose #C47E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.65%

R = 44.65%
G = 28.7%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C47E75 (or 0xC47E75) is known color: Brandy Rose. HEX triplet: C4, 7E and 75. RGB value is (196,126,117). Sum of RGB (Red+Green+Blue) = 196+126+117=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47E75 is #3B818A. Grayscale: #929292. Windows color (decimal): -3899787 or 7700164. OLE color: 7700164.

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

Color convert

RGB 196 126 117 -
CMYK 0 0.36 0.40 0.23
HSL 6.84º 0.4% 0.61% -
HSV(B) 6.84º 0.4% 0.77% -
XYZ 33.44 27.94 20.46 -
YUV 145.9 111.69 163.73 -
System Red Green Blue C M Y K H S L
Decimal 196 126 117 0 0.36 0.40 0.23 6.84 0.4 0.61
Hex C4 7E 75 0 24 28 17 7 28 3D
Octal 304 176 165 0 44 50 27 7 50 75
Binary 11000100 1111110 1110101 0 100100 101000 10111 111 101000 111101

Color Harmonies of #C47E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47E75

Black with #C47E75

Text Example


Text Example

White with #C47E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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