Html Css Color HEX #C17C38 Brandy Punch

📋 copy color: '#C17C38'

red 193 ◦ green 124 ◦ blue 56

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

Shades of Brandy Punch #C17C38

Tints of Brandy Punch #C17C38

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.24%

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

R = 51.74%
G = 33.24%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C17C38 (or 0xC17C38) is known color: Brandy Punch. HEX triplet: C1, 7C and 38. RGB value is (193,124,56). Sum of RGB (Red+Green+Blue) = 193+124+56=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 56 (22.27% from 255 or 15.01% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17C38 is #3E83C7. Grayscale: #898989. Windows color (decimal): -4096968 or 3701953. OLE color: 3701953.

HSL color Cylindrical-coordinate representation of color #C17C38: hue angle of 29.78º 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 #C17C38 is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 124 56 -
CMYK 0 0.36 0.71 0.24
HSL 29.78º 0.55% 0.49% -
HSV(B) 29.78º 0.71% 0.76% -
XYZ 29.91 26.04 7.19 -
YUV 136.88 82.36 168.03 -
System Red Green Blue C M Y K H S L
Decimal 193 124 56 0 0.36 0.71 0.24 29.78 0.55 0.49
Hex C1 7C 38 0 24 47 18 1E 37 31
Octal 301 174 70 0 44 107 30 36 67 61
Binary 11000001 1111100 111000 0 100100 1000111 11000 11110 110111 110001

Color Harmonies of #C17C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17C38

Black with #C17C38

Text Example


Text Example

White with #C17C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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