Html Css Color HEX #C68143 Brandy Punch

📋 copy color: '#C68143'

red 198 ◦ green 129 ◦ blue 67

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

Shades of Brandy Punch #C68143

Tints of Brandy Punch #C68143

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.74%

 BLUE value IS 67 (26.56% from 255) = 17.01%

R = 50.25%
G = 32.74%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C68143 (or 0xC68143) is known color: Brandy Punch. HEX triplet: C6, 81 and 43. RGB value is (198,129,67). Sum of RGB (Red+Green+Blue) = 198+129+67=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 67 (26.56% from 255 or 17.01% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C68143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68143 is #397EBC. Grayscale: #8E8E8E. Windows color (decimal): -3767997 or 4424134. OLE color: 4424134.

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

Color convert

RGB 198 129 67 -
CMYK 0 0.35 0.66 0.22
HSL 28.4º 0.53% 0.52% -
HSV(B) 28.4º 0.66% 0.78% -
XYZ 32.15 28.11 9.04 -
YUV 142.56 85.36 167.54 -
System Red Green Blue C M Y K H S L
Decimal 198 129 67 0 0.35 0.66 0.22 28.4 0.53 0.52
Hex C6 81 43 0 23 42 16 1C 35 34
Octal 306 201 103 0 43 102 26 34 65 64
Binary 11000110 10000001 1000011 0 100011 1000010 10110 11100 110101 110100

Color Harmonies of #C68143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68143

Black with #C68143

Text Example


Text Example

White with #C68143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68143; }

 p { color: rgb(198,129,67); }

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

background-color css

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

 a { background-color: rgb(198,129,67); }

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

border-color css

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

 span { border-color: rgb(198,129,67); }

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