Html Css Color HEX #C47742 Brandy Punch

📋 copy color: '#C47742'

red 196 ◦ green 119 ◦ blue 66

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

Shades of Brandy Punch #C47742

Tints of Brandy Punch #C47742

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.23%

 BLUE value IS 66 (26.17% from 255) = 17.32%

R = 51.44%
G = 31.23%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C47742 (or 0xC47742) is known color: Brandy Punch. HEX triplet: C4, 77 and 42. RGB value is (196,119,66). Sum of RGB (Red+Green+Blue) = 196+119+66=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 66 (26.17% from 255 or 17.32% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C47742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47742 is #3B88BD. Grayscale: #888888. Windows color (decimal): -3901630 or 4356036. OLE color: 4356036.

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

Color convert

RGB 196 119 66 -
CMYK 0 0.39 0.66 0.23
HSL 24.46º 0.52% 0.51% -
HSV(B) 24.46º 0.66% 0.77% -
XYZ 30.35 25.32 8.44 -
YUV 135.98 88.51 170.81 -
System Red Green Blue C M Y K H S L
Decimal 196 119 66 0 0.39 0.66 0.23 24.46 0.52 0.51
Hex C4 77 42 0 27 42 17 18 34 33
Octal 304 167 102 0 47 102 27 30 64 63
Binary 11000100 1110111 1000010 0 100111 1000010 10111 11000 110100 110011

Color Harmonies of #C47742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47742

Black with #C47742

Text Example


Text Example

White with #C47742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47742; }

 p { color: rgb(196,119,66); }

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

background-color css

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

 a { background-color: rgb(196,119,66); }

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

border-color css

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

 span { border-color: rgb(196,119,66); }

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