Html Css Color HEX #C17A38 Brandy Punch

📋 copy color: '#C17A38'

red 193 ◦ green 122 ◦ blue 56

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

Shades of Brandy Punch #C17A38

Tints of Brandy Punch #C17A38

RGB

 RED value IS 193 (75.78% from 255) = 52.02%

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

 BLUE value IS 56 (22.27% from 255) = 15.09%

R = 52.02%
G = 32.88%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C17A38 (or 0xC17A38) is known color: Brandy Punch. HEX triplet: C1, 7A and 38. RGB value is (193,122,56). Sum of RGB (Red+Green+Blue) = 193+122+56=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17A38 is #3E85C7. Grayscale: #888888. Windows color (decimal): -4097480 or 3701441. OLE color: 3701441.

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

Color convert

RGB 193 122 56 -
CMYK 0 0.37 0.71 0.24
HSL 28.91º 0.55% 0.49% -
HSV(B) 28.91º 0.71% 0.76% -
XYZ 29.67 25.54 7.11 -
YUV 135.71 83.02 168.87 -
System Red Green Blue C M Y K H S L
Decimal 193 122 56 0 0.37 0.71 0.24 28.91 0.55 0.49
Hex C1 7A 38 0 25 47 18 1D 37 31
Octal 301 172 70 0 45 107 30 35 67 61
Binary 11000001 1111010 111000 0 100101 1000111 11000 11101 110111 110001

Color Harmonies of #C17A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17A38

Black with #C17A38

Text Example


Text Example

White with #C17A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17A38; }

 p { color: rgb(193,122,56); }

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

background-color css

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

 a { background-color: rgb(193,122,56); }

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

border-color css

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

 span { border-color: rgb(193,122,56); }

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