Html Css Color HEX #C37F3A Brandy Punch

📋 copy color: '#C37F3A'

red 195 ◦ green 127 ◦ blue 58

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

Shades of Brandy Punch #C37F3A

Tints of Brandy Punch #C37F3A

RGB

 RED value IS 195 (76.56% from 255) = 51.32%

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

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

R = 51.32%
G = 33.42%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C37F3A (or 0xC37F3A) is known color: Brandy Punch. HEX triplet: C3, 7F and 3A. RGB value is (195,127,58). Sum of RGB (Red+Green+Blue) = 195+127+58=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 58 (23.05% from 255 or 15.26% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37F3A is #3C80C5. Grayscale: #8B8B8B. Windows color (decimal): -3965126 or 3833795. OLE color: 3833795.

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

Color convert

RGB 195 127 58 -
CMYK 0 0.35 0.70 0.24
HSL 30.22º 0.54% 0.5% -
HSV(B) 30.22º 0.7% 0.76% -
XYZ 30.86 27.09 7.6 -
YUV 139.47 82.03 167.61 -
System Red Green Blue C M Y K H S L
Decimal 195 127 58 0 0.35 0.70 0.24 30.22 0.54 0.5
Hex C3 7F 3A 0 23 46 18 1E 36 32
Octal 303 177 72 0 43 106 30 36 66 62
Binary 11000011 1111111 111010 0 100011 1000110 11000 11110 110110 110010

Color Harmonies of #C37F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37F3A

Black with #C37F3A

Text Example


Text Example

White with #C37F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37F3A; }

 p { color: rgb(195,127,58); }

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

background-color css

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

 a { background-color: rgb(195,127,58); }

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

border-color css

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

 span { border-color: rgb(195,127,58); }

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