Html Css Color HEX #C67F48 Brandy Punch

📋 copy color: '#C67F48'

red 198 ◦ green 127 ◦ blue 72

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

Shades of Brandy Punch #C67F48

Tints of Brandy Punch #C67F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.14%

R = 49.87%
G = 31.99%
B = 18.14%

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

#C67F48 (or 0xC67F48) is known color: Brandy Punch. HEX triplet: C6, 7F and 48. RGB value is (198,127,72). Sum of RGB (Red+Green+Blue) = 198+127+72=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C67F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67F48 is #3980B7. Grayscale: #8E8E8E. Windows color (decimal): -3768504 or 4751302. OLE color: 4751302.

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

Color convert

RGB 198 127 72 -
CMYK 0 0.36 0.64 0.22
HSL 26.19º 0.53% 0.53% -
HSV(B) 26.19º 0.64% 0.78% -
XYZ 32.05 27.65 9.78 -
YUV 141.96 88.52 167.97 -
System Red Green Blue C M Y K H S L
Decimal 198 127 72 0 0.36 0.64 0.22 26.19 0.53 0.53
Hex C6 7F 48 0 24 40 16 1A 34 35
Octal 306 177 110 0 44 100 26 32 64 65
Binary 11000110 1111111 1001000 0 100100 1000000 10110 11010 110100 110101

Color Harmonies of #C67F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67F48

Black with #C67F48

Text Example


Text Example

White with #C67F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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