Html Css Color HEX #C28343 Brandy Punch

📋 copy color: '#C28343'

red 194 ◦ green 131 ◦ blue 67

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

Shades of Brandy Punch #C28343

Tints of Brandy Punch #C28343

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.42%

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

R = 49.49%
G = 33.42%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C28343 (or 0xC28343) is known color: Brandy Punch. HEX triplet: C2, 83 and 43. RGB value is (194,131,67). Sum of RGB (Red+Green+Blue) = 194+131+67=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 67 (26.56% from 255 or 17.09% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C28343 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28343 is #3D7CBC. Grayscale: #8E8E8E. Windows color (decimal): -4029629 or 4424642. OLE color: 4424642.

HSL color Cylindrical-coordinate representation of color #C28343: hue angle of 30.24º 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 #C28343 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 131 67 -
CMYK 0 0.32 0.65 0.24
HSL 30.24º 0.51% 0.51% -
HSV(B) 30.24º 0.65% 0.76% -
XYZ 31.38 28.11 9.08 -
YUV 142.54 85.37 164.7 -
System Red Green Blue C M Y K H S L
Decimal 194 131 67 0 0.32 0.65 0.24 30.24 0.51 0.51
Hex C2 83 43 0 20 41 18 1E 33 33
Octal 302 203 103 0 40 101 30 36 63 63
Binary 11000010 10000011 1000011 0 100000 1000001 11000 11110 110011 110011

Color Harmonies of #C28343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28343

Black with #C28343

Text Example


Text Example

White with #C28343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28343; }

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

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

background-color css

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

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

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

border-color css

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

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

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