Html Css Color HEX #C27646 Brandy Punch

📋 copy color: '#C27646'

red 194 ◦ green 118 ◦ blue 70

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

Shades of Brandy Punch #C27646

Tints of Brandy Punch #C27646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.32%

R = 50.79%
G = 30.89%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C27646 (or 0xC27646) is known color: Brandy Punch. HEX triplet: C2, 76 and 46. RGB value is (194,118,70). Sum of RGB (Red+Green+Blue) = 194+118+70=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 70 (27.73% from 255 or 18.32% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C27646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27646 is #3D89B9. Grayscale: #878787. Windows color (decimal): -4032954 or 4617922. OLE color: 4617922.

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

Color convert

RGB 194 118 70 -
CMYK 0 0.39 0.64 0.24
HSL 23.23º 0.5% 0.52% -
HSV(B) 23.23º 0.64% 0.76% -
XYZ 29.83 24.87 9.02 -
YUV 135.25 91.18 169.9 -
System Red Green Blue C M Y K H S L
Decimal 194 118 70 0 0.39 0.64 0.24 23.23 0.5 0.52
Hex C2 76 46 0 27 40 18 17 32 34
Octal 302 166 106 0 47 100 30 27 62 64
Binary 11000010 1110110 1000110 0 100111 1000000 11000 10111 110010 110100

Color Harmonies of #C27646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27646

Black with #C27646

Text Example


Text Example

White with #C27646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27646; }

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

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

background-color css

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

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

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

border-color css

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

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

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