Html Css Color HEX #C67C41 Brandy Punch

📋 copy color: '#C67C41'

red 198 ◦ green 124 ◦ blue 65

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

Shades of Brandy Punch #C67C41

Tints of Brandy Punch #C67C41

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.04%

 BLUE value IS 65 (25.78% from 255) = 16.8%

R = 51.16%
G = 32.04%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C67C41 (or 0xC67C41) is known color: Brandy Punch. HEX triplet: C6, 7C and 41. RGB value is (198,124,65). Sum of RGB (Red+Green+Blue) = 198+124+65=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C67C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67C41 is #3983BE. Grayscale: #8B8B8B. Windows color (decimal): -3769279 or 4291782. OLE color: 4291782.

HSL color Cylindrical-coordinate representation of color #C67C41: hue angle of 26.62º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C67C41 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 124 65 -
CMYK 0 0.37 0.67 0.22
HSL 26.62º 0.54% 0.52% -
HSV(B) 26.62º 0.67% 0.78% -
XYZ 31.45 26.8 8.52 -
YUV 139.4 86.02 169.8 -
System Red Green Blue C M Y K H S L
Decimal 198 124 65 0 0.37 0.67 0.22 26.62 0.54 0.52
Hex C6 7C 41 0 25 43 16 1B 36 34
Octal 306 174 101 0 45 103 26 33 66 64
Binary 11000110 1111100 1000001 0 100101 1000011 10110 11011 110110 110100

Color Harmonies of #C67C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67C41

Black with #C67C41

Text Example


Text Example

White with #C67C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67C41; }

 p { color: rgb(198,124,65); }

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

background-color css

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

 a { background-color: rgb(198,124,65); }

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

border-color css

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

 span { border-color: rgb(198,124,65); }

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