Html Css Color HEX #C47A4B Brandy Punch

📋 copy color: '#C47A4B'

red 196 ◦ green 122 ◦ blue 75

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

Shades of Brandy Punch #C47A4B

Tints of Brandy Punch #C47A4B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.04%

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

R = 49.87%
G = 31.04%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C47A4B (or 0xC47A4B) is known color: Brandy Punch. HEX triplet: C4, 7A and 4B. RGB value is (196,122,75). Sum of RGB (Red+Green+Blue) = 196+122+75=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47A4B is #3B85B4. Grayscale: #8B8B8B. Windows color (decimal): -3900853 or 4946628. OLE color: 4946628.

HSL color Cylindrical-coordinate representation of color #C47A4B: hue angle of 23.31º 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 #C47A4B is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 122 75 -
CMYK 0 0.38 0.62 0.23
HSL 23.31º 0.51% 0.53% -
HSV(B) 23.31º 0.62% 0.77% -
XYZ 30.99 26.16 10.07 -
YUV 138.77 92.02 168.82 -
System Red Green Blue C M Y K H S L
Decimal 196 122 75 0 0.38 0.62 0.23 23.31 0.51 0.53
Hex C4 7A 4B 0 26 3E 17 17 33 35
Octal 304 172 113 0 46 76 27 27 63 65
Binary 11000100 1111010 1001011 0 100110 111110 10111 10111 110011 110101

Color Harmonies of #C47A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47A4B

Black with #C47A4B

Text Example


Text Example

White with #C47A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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