Html Css Color HEX #C67A47 Brandy Punch

📋 copy color: '#C67A47'

red 198 ◦ green 122 ◦ blue 71

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

Shades of Brandy Punch #C67A47

Tints of Brandy Punch #C67A47

RGB

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

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

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

R = 50.64%
G = 31.2%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C67A47 (or 0xC67A47) is known color: Brandy Punch. HEX triplet: C6, 7A and 47. RGB value is (198,122,71). Sum of RGB (Red+Green+Blue) = 198+122+71=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 71 (28.12% from 255 or 18.16% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C67A47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67A47 is #3985B8. Grayscale: #8B8B8B. Windows color (decimal): -3769785 or 4684486. OLE color: 4684486.

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

Color convert

RGB 198 122 71 -
CMYK 0 0.38 0.64 0.22
HSL 24.09º 0.53% 0.53% -
HSV(B) 24.09º 0.64% 0.78% -
XYZ 31.39 26.38 9.4 -
YUV 138.91 89.68 170.15 -
System Red Green Blue C M Y K H S L
Decimal 198 122 71 0 0.38 0.64 0.22 24.09 0.53 0.53
Hex C6 7A 47 0 26 40 16 18 35 35
Octal 306 172 107 0 46 100 26 30 65 65
Binary 11000110 1111010 1000111 0 100110 1000000 10110 11000 110101 110101

Color Harmonies of #C67A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67A47

Black with #C67A47

Text Example


Text Example

White with #C67A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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