Html Css Color HEX #C17A3D Brandy Punch

📋 copy color: '#C17A3D'

red 193 ◦ green 122 ◦ blue 61

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

Shades of Brandy Punch #C17A3D

Tints of Brandy Punch #C17A3D

RGB

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

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

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

R = 51.33%
G = 32.45%
B = 16.22%

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

#C17A3D (or 0xC17A3D) is known color: Brandy Punch. HEX triplet: C1, 7A and 3D. RGB value is (193,122,61). Sum of RGB (Red+Green+Blue) = 193+122+61=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17A3D is #3E85C2. Grayscale: #888888. Windows color (decimal): -4097475 or 4029121. OLE color: 4029121.

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

Color convert

RGB 193 122 61 -
CMYK 0 0.37 0.68 0.24
HSL 27.73º 0.52% 0.5% -
HSV(B) 27.73º 0.68% 0.76% -
XYZ 29.79 25.59 7.78 -
YUV 136.28 85.52 168.46 -
System Red Green Blue C M Y K H S L
Decimal 193 122 61 0 0.37 0.68 0.24 27.73 0.52 0.5
Hex C1 7A 3D 0 25 44 18 1C 34 32
Octal 301 172 75 0 45 104 30 34 64 62
Binary 11000001 1111010 111101 0 100101 1000100 11000 11100 110100 110010

Color Harmonies of #C17A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17A3D

Black with #C17A3D

Text Example


Text Example

White with #C17A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17A3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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