Html Css Color HEX #C27546 Brandy Punch

📋 copy color: '#C27546'

red 194 ◦ green 117 ◦ blue 70

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

Shades of Brandy Punch #C27546

Tints of Brandy Punch #C27546

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.71%

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

R = 50.92%
G = 30.71%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C27546 (or 0xC27546) is known color: Brandy Punch. HEX triplet: C2, 75 and 46. RGB value is (194,117,70). Sum of RGB (Red+Green+Blue) = 194+117+70=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C27546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27546 is #3D8AB9. Grayscale: #868686. Windows color (decimal): -4033210 or 4617666. OLE color: 4617666.

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

Color convert

RGB 194 117 70 -
CMYK 0 0.40 0.64 0.24
HSL 22.74º 0.5% 0.52% -
HSV(B) 22.74º 0.64% 0.76% -
XYZ 29.71 24.63 8.98 -
YUV 134.67 91.51 170.32 -
System Red Green Blue C M Y K H S L
Decimal 194 117 70 0 0.40 0.64 0.24 22.74 0.5 0.52
Hex C2 75 46 0 28 40 18 17 32 34
Octal 302 165 106 0 50 100 30 27 62 64
Binary 11000010 1110101 1000110 0 101000 1000000 11000 10111 110010 110100

Color Harmonies of #C27546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27546

Black with #C27546

Text Example


Text Example

White with #C27546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27546; }

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

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

background-color css

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

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

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

border-color css

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

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

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