Html Css Color HEX #C67F42 Brandy Punch

📋 copy color: '#C67F42'

red 198 ◦ green 127 ◦ blue 66

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

Shades of Brandy Punch #C67F42

Tints of Brandy Punch #C67F42

RGB

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

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

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

R = 50.64%
G = 32.48%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C67F42 (or 0xC67F42) is known color: Brandy Punch. HEX triplet: C6, 7F and 42. RGB value is (198,127,66). Sum of RGB (Red+Green+Blue) = 198+127+66=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 66 (26.17% from 255 or 16.88% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C67F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67F42 is #3980BD. Grayscale: #8D8D8D. Windows color (decimal): -3768510 or 4358086. OLE color: 4358086.

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

Color convert

RGB 198 127 66 -
CMYK 0 0.36 0.67 0.22
HSL 27.73º 0.54% 0.52% -
HSV(B) 27.73º 0.67% 0.78% -
XYZ 31.86 27.58 8.8 -
YUV 141.28 85.52 168.46 -
System Red Green Blue C M Y K H S L
Decimal 198 127 66 0 0.36 0.67 0.22 27.73 0.54 0.52
Hex C6 7F 42 0 24 43 16 1C 36 34
Octal 306 177 102 0 44 103 26 34 66 64
Binary 11000110 1111111 1000010 0 100100 1000011 10110 11100 110110 110100

Color Harmonies of #C67F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67F42

Black with #C67F42

Text Example


Text Example

White with #C67F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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