Html Css Color HEX #C67F47 Brandy Punch

📋 copy color: '#C67F47'

red 198 ◦ green 127 ◦ blue 71

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

Shades of Brandy Punch #C67F47

Tints of Brandy Punch #C67F47

RGB

 RED value IS 198 (77.73% from 255) = 50%

 GREEN value IS 127 (50% from 255) = 32.07%

 BLUE value IS 71 (28.13% from 255) = 17.93%

R = 50%
G = 32.07%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C67F47 (or 0xC67F47) is known color: Brandy Punch. HEX triplet: C6, 7F and 47. RGB value is (198,127,71). Sum of RGB (Red+Green+Blue) = 198+127+71=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 71 (28.12% from 255 or 17.93% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C67F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67F47 is #3980B8. Grayscale: #8E8E8E. Windows color (decimal): -3768505 or 4685766. OLE color: 4685766.

HSL color Cylindrical-coordinate representation of color #C67F47: hue angle of 26.46º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C67F47 is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 127 71 -
CMYK 0 0.36 0.64 0.22
HSL 26.46º 0.53% 0.53% -
HSV(B) 26.46º 0.64% 0.78% -
XYZ 32.02 27.64 9.61 -
YUV 141.85 88.02 168.05 -
System Red Green Blue C M Y K H S L
Decimal 198 127 71 0 0.36 0.64 0.22 26.46 0.53 0.53
Hex C6 7F 47 0 24 40 16 1A 35 35
Octal 306 177 107 0 44 100 26 32 65 65
Binary 11000110 1111111 1000111 0 100100 1000000 10110 11010 110101 110101

Color Harmonies of #C67F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67F47

Black with #C67F47

Text Example


Text Example

White with #C67F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67F47; }

 p { color: rgb(198,127,71); }

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

background-color css

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

 a { background-color: rgb(198,127,71); }

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

border-color css

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

 span { border-color: rgb(198,127,71); }

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