Html Css Color HEX #C28142 Brandy Punch

📋 copy color: '#C28142'

red 194 ◦ green 129 ◦ blue 66

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

Shades of Brandy Punch #C28142

Tints of Brandy Punch #C28142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.97%

R = 49.87%
G = 33.16%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C28142 (or 0xC28142) is known color: Brandy Punch. HEX triplet: C2, 81 and 42. RGB value is (194,129,66). Sum of RGB (Red+Green+Blue) = 194+129+66=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 66 (26.17% from 255 or 16.97% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C28142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28142 is #3D7EBD. Grayscale: #8D8D8D. Windows color (decimal): -4030142 or 4358594. OLE color: 4358594.

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

Color convert

RGB 194 129 66 -
CMYK 0 0.34 0.66 0.24
HSL 29.53º 0.51% 0.51% -
HSV(B) 29.53º 0.66% 0.76% -
XYZ 31.08 27.56 8.84 -
YUV 141.25 85.53 165.62 -
System Red Green Blue C M Y K H S L
Decimal 194 129 66 0 0.34 0.66 0.24 29.53 0.51 0.51
Hex C2 81 42 0 22 42 18 1E 33 33
Octal 302 201 102 0 42 102 30 36 63 63
Binary 11000010 10000001 1000010 0 100010 1000010 11000 11110 110011 110011

Color Harmonies of #C28142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28142

Black with #C28142

Text Example


Text Example

White with #C28142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28142; }

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

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

background-color css

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

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

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

border-color css

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

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

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