Html Css Color HEX #C47D4B Brandy Punch

📋 copy color: '#C47D4B'

red 196 ◦ green 125 ◦ blue 75

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

Shades of Brandy Punch #C47D4B

Tints of Brandy Punch #C47D4B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.57%

 BLUE value IS 75 (29.69% from 255) = 18.94%

R = 49.49%
G = 31.57%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C47D4B (or 0xC47D4B) is known color: Brandy Punch. HEX triplet: C4, 7D and 4B. RGB value is (196,125,75). Sum of RGB (Red+Green+Blue) = 196+125+75=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 75 (29.69% from 255 or 18.94% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47D4B is #3B82B4. Grayscale: #8C8C8C. Windows color (decimal): -3900085 or 4947396. OLE color: 4947396.

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

Color convert

RGB 196 125 75 -
CMYK 0 0.36 0.62 0.23
HSL 24.79º 0.51% 0.53% -
HSV(B) 24.79º 0.62% 0.77% -
XYZ 31.37 26.91 10.2 -
YUV 140.53 91.02 167.57 -
System Red Green Blue C M Y K H S L
Decimal 196 125 75 0 0.36 0.62 0.23 24.79 0.51 0.53
Hex C4 7D 4B 0 24 3E 17 19 33 35
Octal 304 175 113 0 44 76 27 31 63 65
Binary 11000100 1111101 1001011 0 100100 111110 10111 11001 110011 110101

Color Harmonies of #C47D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47D4B

Black with #C47D4B

Text Example


Text Example

White with #C47D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47D4B; }

 p { color: rgb(196,125,75); }

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

background-color css

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

 a { background-color: rgb(196,125,75); }

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

border-color css

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

 span { border-color: rgb(196,125,75); }

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