Html Css Color HEX #C28341 Brandy Punch

📋 copy color: '#C28341'

red 194 ◦ green 131 ◦ blue 65

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

Shades of Brandy Punch #C28341

Tints of Brandy Punch #C28341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.67%

R = 49.74%
G = 33.59%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C28341 (or 0xC28341) is known color: Brandy Punch. HEX triplet: C2, 83 and 41. RGB value is (194,131,65). Sum of RGB (Red+Green+Blue) = 194+131+65=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 65 (25.78% from 255 or 16.67% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C28341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28341 is #3D7CBE. Grayscale: #8E8E8E. Windows color (decimal): -4029631 or 4293570. OLE color: 4293570.

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

Color convert

RGB 194 131 65 -
CMYK 0 0.32 0.66 0.24
HSL 30.7º 0.51% 0.51% -
HSV(B) 30.7º 0.66% 0.76% -
XYZ 31.32 28.08 8.77 -
YUV 142.31 84.37 164.87 -
System Red Green Blue C M Y K H S L
Decimal 194 131 65 0 0.32 0.66 0.24 30.7 0.51 0.51
Hex C2 83 41 0 20 42 18 1F 33 33
Octal 302 203 101 0 40 102 30 37 63 63
Binary 11000010 10000011 1000001 0 100000 1000010 11000 11111 110011 110011

Color Harmonies of #C28341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28341

Black with #C28341

Text Example


Text Example

White with #C28341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28341; }

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

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

background-color css

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

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

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

border-color css

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

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

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