Html Css Color HEX #C47E74 Brandy Rose

📋 copy color: '#C47E74'

red 196 ◦ green 126 ◦ blue 116

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

Shades of Brandy Rose #C47E74

Tints of Brandy Rose #C47E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.48%

R = 44.75%
G = 28.77%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C47E74 (or 0xC47E74) is known color: Brandy Rose. HEX triplet: C4, 7E and 74. RGB value is (196,126,116). Sum of RGB (Red+Green+Blue) = 196+126+116=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47E74 is #3B818B. Grayscale: #919191. Windows color (decimal): -3899788 or 7634628. OLE color: 7634628.

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

Color convert

RGB 196 126 116 -
CMYK 0 0.36 0.41 0.23
HSL 7.5º 0.4% 0.61% -
HSV(B) 7.5º 0.41% 0.77% -
XYZ 33.38 27.92 20.15 -
YUV 145.79 111.19 163.81 -
System Red Green Blue C M Y K H S L
Decimal 196 126 116 0 0.36 0.41 0.23 7.5 0.4 0.61
Hex C4 7E 74 0 24 29 17 8 28 3D
Octal 304 176 164 0 44 51 27 10 50 75
Binary 11000100 1111110 1110100 0 100100 101001 10111 1000 101000 111101

Color Harmonies of #C47E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47E74

Black with #C47E74

Text Example


Text Example

White with #C47E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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