Html Css Color HEX #C27D3A Brandy Punch

📋 copy color: '#C27D3A'

red 194 ◦ green 125 ◦ blue 58

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

Shades of Brandy Punch #C27D3A

Tints of Brandy Punch #C27D3A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.16%

 BLUE value IS 58 (23.05% from 255) = 15.38%

R = 51.46%
G = 33.16%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C27D3A (or 0xC27D3A) is known color: Brandy Punch. HEX triplet: C2, 7D and 3A. RGB value is (194,125,58). Sum of RGB (Red+Green+Blue) = 194+125+58=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 58 (23.05% from 255 or 15.38% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27D3A is #3D82C5. Grayscale: #8A8A8A. Windows color (decimal): -4031174 or 3833282. OLE color: 3833282.

HSL color Cylindrical-coordinate representation of color #C27D3A: hue angle of 29.56º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C27D3A is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 125 58 -
CMYK 0 0.36 0.70 0.24
HSL 29.56º 0.54% 0.49% -
HSV(B) 29.56º 0.7% 0.76% -
XYZ 30.35 26.44 7.51 -
YUV 137.99 82.86 167.95 -
System Red Green Blue C M Y K H S L
Decimal 194 125 58 0 0.36 0.70 0.24 29.56 0.54 0.49
Hex C2 7D 3A 0 24 46 18 1E 36 31
Octal 302 175 72 0 44 106 30 36 66 61
Binary 11000010 1111101 111010 0 100100 1000110 11000 11110 110110 110001

Color Harmonies of #C27D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27D3A

Black with #C27D3A

Text Example


Text Example

White with #C27D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27D3A; }

 p { color: rgb(194,125,58); }

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

background-color css

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

 a { background-color: rgb(194,125,58); }

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

border-color css

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

 span { border-color: rgb(194,125,58); }

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