Html Css Color HEX #C27643 Brandy Punch

📋 copy color: '#C27643'

red 194 ◦ green 118 ◦ blue 67

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

Shades of Brandy Punch #C27643

Tints of Brandy Punch #C27643

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.13%

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

R = 51.19%
G = 31.13%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C27643 (or 0xC27643) is known color: Brandy Punch. HEX triplet: C2, 76 and 43. RGB value is (194,118,67). Sum of RGB (Red+Green+Blue) = 194+118+67=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 67 (26.56% from 255 or 17.68% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C27643 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27643 is #3D89BC. Grayscale: #878787. Windows color (decimal): -4032957 or 4421314. OLE color: 4421314.

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

Color convert

RGB 194 118 67 -
CMYK 0 0.39 0.65 0.24
HSL 24.09º 0.51% 0.51% -
HSV(B) 24.09º 0.65% 0.76% -
XYZ 29.74 24.83 8.54 -
YUV 134.91 89.68 170.15 -
System Red Green Blue C M Y K H S L
Decimal 194 118 67 0 0.39 0.65 0.24 24.09 0.51 0.51
Hex C2 76 43 0 27 41 18 18 33 33
Octal 302 166 103 0 47 101 30 30 63 63
Binary 11000010 1110110 1000011 0 100111 1000001 11000 11000 110011 110011

Color Harmonies of #C27643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27643

Black with #C27643

Text Example


Text Example

White with #C27643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27643; }

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

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

background-color css

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

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

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

border-color css

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

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

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