Html Css Color HEX #C27845 Brandy Punch

📋 copy color: '#C27845'

red 194 ◦ green 120 ◦ blue 69

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

Shades of Brandy Punch #C27845

Tints of Brandy Punch #C27845

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.33%

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

R = 50.65%
G = 31.33%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C27845 (or 0xC27845) is known color: Brandy Punch. HEX triplet: C2, 78 and 45. RGB value is (194,120,69). Sum of RGB (Red+Green+Blue) = 194+120+69=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C27845 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27845 is #3D87BA. Grayscale: #888888. Windows color (decimal): -4032443 or 4552898. OLE color: 4552898.

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

Color convert

RGB 194 120 69 -
CMYK 0 0.38 0.64 0.24
HSL 24.48º 0.51% 0.52% -
HSV(B) 24.48º 0.64% 0.76% -
XYZ 30.04 25.33 8.94 -
YUV 136.31 90.02 169.15 -
System Red Green Blue C M Y K H S L
Decimal 194 120 69 0 0.38 0.64 0.24 24.48 0.51 0.52
Hex C2 78 45 0 26 40 18 18 33 34
Octal 302 170 105 0 46 100 30 30 63 64
Binary 11000010 1111000 1000101 0 100110 1000000 11000 11000 110011 110100

Color Harmonies of #C27845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27845

Black with #C27845

Text Example


Text Example

White with #C27845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27845; }

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

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

background-color css

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

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

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

border-color css

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

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

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