Html Css Color HEX #C47E7C Brandy Rose

📋 copy color: '#C47E7C'

red 196 ◦ green 126 ◦ blue 124

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

Shades of Brandy Rose #C47E7C

Tints of Brandy Rose #C47E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.8%

R = 43.95%
G = 28.25%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C47E7C (or 0xC47E7C) is known color: Brandy Rose. HEX triplet: C4, 7E and 7C. RGB value is (196,126,124). Sum of RGB (Red+Green+Blue) = 196+126+124=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47E7C is #3B8183. Grayscale: #929292. Windows color (decimal): -3899780 or 8158916. OLE color: 8158916.

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

Color convert

RGB 196 126 124 -
CMYK 0 0.36 0.37 0.23
HSL 1.67º 0.38% 0.63% -
HSV(B) 1.67º 0.37% 0.77% -
XYZ 33.86 28.11 22.71 -
YUV 146.7 115.19 163.16 -
System Red Green Blue C M Y K H S L
Decimal 196 126 124 0 0.36 0.37 0.23 1.67 0.38 0.63
Hex C4 7E 7C 0 24 25 17 2 26 3F
Octal 304 176 174 0 44 45 27 2 46 77
Binary 11000100 1111110 1111100 0 100100 100101 10111 10 100110 111111

Color Harmonies of #C47E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47E7C

Black with #C47E7C

Text Example


Text Example

White with #C47E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47E7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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