Html Css Color HEX #C37A3F Brandy Punch

📋 copy color: '#C37A3F'

red 195 ◦ green 122 ◦ blue 63

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

Shades of Brandy Punch #C37A3F

Tints of Brandy Punch #C37A3F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.11%

 BLUE value IS 63 (25% from 255) = 16.58%

R = 51.32%
G = 32.11%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C37A3F (or 0xC37A3F) is known color: Brandy Punch. HEX triplet: C3, 7A and 3F. RGB value is (195,122,63). Sum of RGB (Red+Green+Blue) = 195+122+63=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 63 (25% from 255 or 16.58% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37A3F is #3C85C0. Grayscale: #898989. Windows color (decimal): -3966401 or 4160195. OLE color: 4160195.

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

Color convert

RGB 195 122 63 -
CMYK 0 0.37 0.68 0.24
HSL 26.82º 0.52% 0.51% -
HSV(B) 26.82º 0.68% 0.76% -
XYZ 30.36 25.88 8.1 -
YUV 137.1 86.18 169.3 -
System Red Green Blue C M Y K H S L
Decimal 195 122 63 0 0.37 0.68 0.24 26.82 0.52 0.51
Hex C3 7A 3F 0 25 44 18 1B 34 33
Octal 303 172 77 0 45 104 30 33 64 63
Binary 11000011 1111010 111111 0 100101 1000100 11000 11011 110100 110011

Color Harmonies of #C37A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37A3F

Black with #C37A3F

Text Example


Text Example

White with #C37A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37A3F; }

 p { color: rgb(195,122,63); }

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

background-color css

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

 a { background-color: rgb(195,122,63); }

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

border-color css

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

 span { border-color: rgb(195,122,63); }

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