Html Css Color HEX #C27F45 Brandy Punch

📋 copy color: '#C27F45'

red 194 ◦ green 127 ◦ blue 69

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

Shades of Brandy Punch #C27F45

Tints of Brandy Punch #C27F45

RGB

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

 GREEN value IS 127 (50% from 255) = 32.56%

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

R = 49.74%
G = 32.56%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C27F45 (or 0xC27F45) is known color: Brandy Punch. HEX triplet: C2, 7F and 45. RGB value is (194,127,69). Sum of RGB (Red+Green+Blue) = 194+127+69=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 69 (27.34% from 255 or 17.69% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27F45 is #3D80BA. Grayscale: #8C8C8C. Windows color (decimal): -4030651 or 4554690. OLE color: 4554690.

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

Color convert

RGB 194 127 69 -
CMYK 0 0.35 0.64 0.24
HSL 27.84º 0.51% 0.52% -
HSV(B) 27.84º 0.64% 0.76% -
XYZ 30.91 27.08 9.23 -
YUV 140.42 87.7 166.22 -
System Red Green Blue C M Y K H S L
Decimal 194 127 69 0 0.35 0.64 0.24 27.84 0.51 0.52
Hex C2 7F 45 0 23 40 18 1C 33 34
Octal 302 177 105 0 43 100 30 34 63 64
Binary 11000010 1111111 1000101 0 100011 1000000 11000 11100 110011 110100

Color Harmonies of #C27F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27F45

Black with #C27F45

Text Example


Text Example

White with #C27F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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