Html Css Color HEX #C47B4B Brandy Punch

📋 copy color: '#C47B4B'

red 196 ◦ green 123 ◦ blue 75

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

Shades of Brandy Punch #C47B4B

Tints of Brandy Punch #C47B4B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.22%

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

R = 49.75%
G = 31.22%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C47B4B (or 0xC47B4B) is known color: Brandy Punch. HEX triplet: C4, 7B and 4B. RGB value is (196,123,75). Sum of RGB (Red+Green+Blue) = 196+123+75=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47B4B is #3B84B4. Grayscale: #8B8B8B. Windows color (decimal): -3900597 or 4946884. OLE color: 4946884.

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

Color convert

RGB 196 123 75 -
CMYK 0 0.37 0.62 0.23
HSL 23.8º 0.51% 0.53% -
HSV(B) 23.8º 0.62% 0.77% -
XYZ 31.12 26.41 10.11 -
YUV 139.36 91.68 168.4 -
System Red Green Blue C M Y K H S L
Decimal 196 123 75 0 0.37 0.62 0.23 23.8 0.51 0.53
Hex C4 7B 4B 0 25 3E 17 18 33 35
Octal 304 173 113 0 45 76 27 30 63 65
Binary 11000100 1111011 1001011 0 100101 111110 10111 11000 110011 110101

Color Harmonies of #C47B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47B4B

Black with #C47B4B

Text Example


Text Example

White with #C47B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47B4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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