Html Css Color HEX #C27F3E Brandy Punch

📋 copy color: '#C27F3E'

red 194 ◦ green 127 ◦ blue 62

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

Shades of Brandy Punch #C27F3E

Tints of Brandy Punch #C27F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.19%

R = 50.65%
G = 33.16%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C27F3E (or 0xC27F3E) is known color: Brandy Punch. HEX triplet: C2, 7F and 3E. RGB value is (194,127,62). Sum of RGB (Red+Green+Blue) = 194+127+62=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 62 (24.61% from 255 or 16.19% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27F3E is #3D80C1. Grayscale: #8B8B8B. Windows color (decimal): -4030658 or 4095938. OLE color: 4095938.

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

Color convert

RGB 194 127 62 -
CMYK 0 0.35 0.68 0.24
HSL 29.55º 0.52% 0.5% -
HSV(B) 29.55º 0.68% 0.76% -
XYZ 30.71 27 8.15 -
YUV 139.62 84.2 166.79 -
System Red Green Blue C M Y K H S L
Decimal 194 127 62 0 0.35 0.68 0.24 29.55 0.52 0.5
Hex C2 7F 3E 0 23 44 18 1E 34 32
Octal 302 177 76 0 43 104 30 36 64 62
Binary 11000010 1111111 111110 0 100011 1000100 11000 11110 110100 110010

Color Harmonies of #C27F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27F3E

Black with #C27F3E

Text Example


Text Example

White with #C27F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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