Html Css Color HEX #C28140 Brandy Punch

📋 copy color: '#C28140'

red 194 ◦ green 129 ◦ blue 64

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

Shades of Brandy Punch #C28140

Tints of Brandy Punch #C28140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.54%

R = 50.13%
G = 33.33%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C28140 (or 0xC28140) is known color: Brandy Punch. HEX triplet: C2, 81 and 40. RGB value is (194,129,64). Sum of RGB (Red+Green+Blue) = 194+129+64=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C28140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28140 is #3D7EBF. Grayscale: #8D8D8D. Windows color (decimal): -4030144 or 4227522. OLE color: 4227522.

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

Color convert

RGB 194 129 64 -
CMYK 0 0.34 0.67 0.24
HSL 30º 0.52% 0.51% -
HSV(B) 30º 0.67% 0.76% -
XYZ 31.02 27.54 8.53 -
YUV 141.03 84.53 165.79 -
System Red Green Blue C M Y K H S L
Decimal 194 129 64 0 0.34 0.67 0.24 30 0.52 0.51
Hex C2 81 40 0 22 43 18 1E 34 33
Octal 302 201 100 0 42 103 30 36 64 63
Binary 11000010 10000001 1000000 0 100010 1000011 11000 11110 110100 110011

Color Harmonies of #C28140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28140

Black with #C28140

Text Example


Text Example

White with #C28140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28140; }

 p { color: rgb(194,129,64); }

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

background-color css

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

 a { background-color: rgb(194,129,64); }

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

border-color css

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

 span { border-color: rgb(194,129,64); }

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