Html Css Color HEX #C17B40 Brandy Punch

📋 copy color: '#C17B40'

red 193 ◦ green 123 ◦ blue 64

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

Shades of Brandy Punch #C17B40

Tints of Brandy Punch #C17B40

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.37%

 BLUE value IS 64 (25.39% from 255) = 16.84%

R = 50.79%
G = 32.37%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C17B40 (or 0xC17B40) is known color: Brandy Punch. HEX triplet: C1, 7B and 40. RGB value is (193,123,64). Sum of RGB (Red+Green+Blue) = 193+123+64=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C17B40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17B40 is #3E84BF. Grayscale: #898989. Windows color (decimal): -4097216 or 4225985. OLE color: 4225985.

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

Color convert

RGB 193 123 64 -
CMYK 0 0.36 0.67 0.24
HSL 27.44º 0.51% 0.5% -
HSV(B) 27.44º 0.67% 0.76% -
XYZ 30 25.87 8.26 -
YUV 137.2 86.69 167.8 -
System Red Green Blue C M Y K H S L
Decimal 193 123 64 0 0.36 0.67 0.24 27.44 0.51 0.5
Hex C1 7B 40 0 24 43 18 1B 33 32
Octal 301 173 100 0 44 103 30 33 63 62
Binary 11000001 1111011 1000000 0 100100 1000011 11000 11011 110011 110010

Color Harmonies of #C17B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17B40

Black with #C17B40

Text Example


Text Example

White with #C17B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17B40; }

 p { color: rgb(193,123,64); }

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

background-color css

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

 a { background-color: rgb(193,123,64); }

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

border-color css

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

 span { border-color: rgb(193,123,64); }

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