Html Css Color HEX #C28543 Brandy Punch

📋 copy color: '#C28543'

red 194 ◦ green 133 ◦ blue 67

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

Shades of Brandy Punch #C28543

Tints of Brandy Punch #C28543

RGB

 RED value IS 194 (76.17% from 255) = 49.24%

 GREEN value IS 133 (52.34% from 255) = 33.76%

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

R = 49.24%
G = 33.76%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C28543 (or 0xC28543) is known color: Brandy Punch. HEX triplet: C2, 85 and 43. RGB value is (194,133,67). Sum of RGB (Red+Green+Blue) = 194+133+67=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 67 (26.56% from 255 or 17.01% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C28543 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28543 is #3D7ABC. Grayscale: #909090. Windows color (decimal): -4029117 or 4425154. OLE color: 4425154.

HSL color Cylindrical-coordinate representation of color #C28543: hue angle of 31.18º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C28543 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 133 67 -
CMYK 0 0.31 0.65 0.24
HSL 31.18º 0.51% 0.51% -
HSV(B) 31.18º 0.65% 0.76% -
XYZ 31.65 28.65 9.17 -
YUV 143.72 84.71 163.87 -
System Red Green Blue C M Y K H S L
Decimal 194 133 67 0 0.31 0.65 0.24 31.18 0.51 0.51
Hex C2 85 43 0 1F 41 18 1F 33 33
Octal 302 205 103 0 37 101 30 37 63 63
Binary 11000010 10000101 1000011 0 11111 1000001 11000 11111 110011 110011

Color Harmonies of #C28543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28543

Black with #C28543

Text Example


Text Example

White with #C28543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28543; }

 p { color: rgb(194,133,67); }

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

background-color css

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

 a { background-color: rgb(194,133,67); }

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

border-color css

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

 span { border-color: rgb(194,133,67); }

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