Html Css Color HEX #C27B47 Brandy Punch

📋 copy color: '#C27B47'

red 194 ◦ green 123 ◦ blue 71

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

Shades of Brandy Punch #C27B47

Tints of Brandy Punch #C27B47

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.7%

 BLUE value IS 71 (28.13% from 255) = 18.3%

R = 50%
G = 31.7%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C27B47 (or 0xC27B47) is known color: Brandy Punch. HEX triplet: C2, 7B and 47. RGB value is (194,123,71). Sum of RGB (Red+Green+Blue) = 194+123+71=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 71 (28.12% from 255 or 18.30% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C27B47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27B47 is #3D84B8. Grayscale: #8A8A8A. Windows color (decimal): -4031673 or 4684738. OLE color: 4684738.

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

Color convert

RGB 194 123 71 -
CMYK 0 0.37 0.63 0.24
HSL 25.37º 0.5% 0.52% -
HSV(B) 25.37º 0.63% 0.76% -
XYZ 30.47 26.09 9.39 -
YUV 138.3 90.02 167.73 -
System Red Green Blue C M Y K H S L
Decimal 194 123 71 0 0.37 0.63 0.24 25.37 0.5 0.52
Hex C2 7B 47 0 25 3F 18 19 32 34
Octal 302 173 107 0 45 77 30 31 62 64
Binary 11000010 1111011 1000111 0 100101 111111 11000 11001 110010 110100

Color Harmonies of #C27B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27B47

Black with #C27B47

Text Example


Text Example

White with #C27B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27B47; }

 p { color: rgb(194,123,71); }

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

background-color css

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

 a { background-color: rgb(194,123,71); }

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

border-color css

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

 span { border-color: rgb(194,123,71); }

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