Html Css Color HEX #C17E3D Brandy Punch

📋 copy color: '#C17E3D'

red 193 ◦ green 126 ◦ blue 61

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

Shades of Brandy Punch #C17E3D

Tints of Brandy Punch #C17E3D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.16%

 BLUE value IS 61 (24.22% from 255) = 16.05%

R = 50.79%
G = 33.16%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C17E3D (or 0xC17E3D) is known color: Brandy Punch. HEX triplet: C1, 7E and 3D. RGB value is (193,126,61). Sum of RGB (Red+Green+Blue) = 193+126+61=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17E3D is #3E81C2. Grayscale: #8A8A8A. Windows color (decimal): -4096451 or 4030145. OLE color: 4030145.

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

Color convert

RGB 193 126 61 -
CMYK 0 0.35 0.68 0.24
HSL 29.55º 0.52% 0.5% -
HSV(B) 29.55º 0.68% 0.76% -
XYZ 30.3 26.6 7.95 -
YUV 138.62 84.2 166.79 -
System Red Green Blue C M Y K H S L
Decimal 193 126 61 0 0.35 0.68 0.24 29.55 0.52 0.5
Hex C1 7E 3D 0 23 44 18 1E 34 32
Octal 301 176 75 0 43 104 30 36 64 62
Binary 11000001 1111110 111101 0 100011 1000100 11000 11110 110100 110010

Color Harmonies of #C17E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17E3D

Black with #C17E3D

Text Example


Text Example

White with #C17E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17E3D; }

 p { color: rgb(193,126,61); }

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

background-color css

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

 a { background-color: rgb(193,126,61); }

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

border-color css

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

 span { border-color: rgb(193,126,61); }

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