Html Css Color HEX #C28345 Brandy Punch

📋 copy color: '#C28345'

red 194 ◦ green 131 ◦ blue 69

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

Shades of Brandy Punch #C28345

Tints of Brandy Punch #C28345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.51%

R = 49.24%
G = 33.25%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C28345 (or 0xC28345) is known color: Brandy Punch. HEX triplet: C2, 83 and 45. RGB value is (194,131,69). Sum of RGB (Red+Green+Blue) = 194+131+69=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C28345 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28345 is #3D7CBA. Grayscale: #8F8F8F. Windows color (decimal): -4029627 or 4555714. OLE color: 4555714.

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

Color convert

RGB 194 131 69 -
CMYK 0 0.32 0.64 0.24
HSL 29.76º 0.51% 0.52% -
HSV(B) 29.76º 0.64% 0.76% -
XYZ 31.44 28.13 9.4 -
YUV 142.77 86.37 164.54 -
System Red Green Blue C M Y K H S L
Decimal 194 131 69 0 0.32 0.64 0.24 29.76 0.51 0.52
Hex C2 83 45 0 20 40 18 1E 33 34
Octal 302 203 105 0 40 100 30 36 63 64
Binary 11000010 10000011 1000101 0 100000 1000000 11000 11110 110011 110100

Color Harmonies of #C28345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28345

Black with #C28345

Text Example


Text Example

White with #C28345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28345; }

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

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

background-color css

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

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

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

border-color css

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

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

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