Html Css Color HEX #C27745 Brandy Punch

📋 copy color: '#C27745'

red 194 ◦ green 119 ◦ blue 69

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

Shades of Brandy Punch #C27745

Tints of Brandy Punch #C27745

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.15%

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

R = 50.79%
G = 31.15%
B = 18.06%

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

#C27745 (or 0xC27745) is known color: Brandy Punch. HEX triplet: C2, 77 and 45. RGB value is (194,119,69). Sum of RGB (Red+Green+Blue) = 194+119+69=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C27745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27745 is #3D88BA. Grayscale: #888888. Windows color (decimal): -4032699 or 4552642. OLE color: 4552642.

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

Color convert

RGB 194 119 69 -
CMYK 0 0.39 0.64 0.24
HSL 24º 0.51% 0.52% -
HSV(B) 24º 0.64% 0.76% -
XYZ 29.92 25.09 8.9 -
YUV 135.73 90.35 169.57 -
System Red Green Blue C M Y K H S L
Decimal 194 119 69 0 0.39 0.64 0.24 24 0.51 0.52
Hex C2 77 45 0 27 40 18 18 33 34
Octal 302 167 105 0 47 100 30 30 63 64
Binary 11000010 1110111 1000101 0 100111 1000000 11000 11000 110011 110100

Color Harmonies of #C27745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27745

Black with #C27745

Text Example


Text Example

White with #C27745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27745; }

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

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

background-color css

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

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

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

border-color css

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

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

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