Html Css Color HEX #C17D3F Brandy Punch

📋 copy color: '#C17D3F'

red 193 ◦ green 125 ◦ blue 63

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

Shades of Brandy Punch #C17D3F

Tints of Brandy Punch #C17D3F

RGB

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

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

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

R = 50.66%
G = 32.81%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C17D3F (or 0xC17D3F) is known color: Brandy Punch. HEX triplet: C1, 7D and 3F. RGB value is (193,125,63). Sum of RGB (Red+Green+Blue) = 193+125+63=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 63 (25% from 255 or 16.54% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17D3F is #3E82C0. Grayscale: #8A8A8A. Windows color (decimal): -4096705 or 4160961. OLE color: 4160961.

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

Color convert

RGB 193 125 63 -
CMYK 0 0.35 0.67 0.24
HSL 28.62º 0.51% 0.5% -
HSV(B) 28.62º 0.67% 0.76% -
XYZ 30.22 26.36 8.2 -
YUV 138.26 85.53 167.04 -
System Red Green Blue C M Y K H S L
Decimal 193 125 63 0 0.35 0.67 0.24 28.62 0.51 0.5
Hex C1 7D 3F 0 23 43 18 1D 33 32
Octal 301 175 77 0 43 103 30 35 63 62
Binary 11000001 1111101 111111 0 100011 1000011 11000 11101 110011 110010

Color Harmonies of #C17D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17D3F

Black with #C17D3F

Text Example


Text Example

White with #C17D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17D3F; }

 p { color: rgb(193,125,63); }

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

background-color css

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

 a { background-color: rgb(193,125,63); }

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

border-color css

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

 span { border-color: rgb(193,125,63); }

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