Html Css Color HEX #C17640 Brandy Punch

📋 copy color: '#C17640'

red 193 ◦ green 118 ◦ blue 64

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

Shades of Brandy Punch #C17640

Tints of Brandy Punch #C17640

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.47%

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

R = 51.47%
G = 31.47%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C17640 (or 0xC17640) is known color: Brandy Punch. HEX triplet: C1, 76 and 40. RGB value is (193,118,64). Sum of RGB (Red+Green+Blue) = 193+118+64=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C17640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17640 is #3E89BF. Grayscale: #868686. Windows color (decimal): -4098496 or 4224705. OLE color: 4224705.

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

Color convert

RGB 193 118 64 -
CMYK 0 0.39 0.67 0.24
HSL 25.12º 0.51% 0.5% -
HSV(B) 25.12º 0.67% 0.76% -
XYZ 29.4 24.66 8.06 -
YUV 134.27 88.35 169.89 -
System Red Green Blue C M Y K H S L
Decimal 193 118 64 0 0.39 0.67 0.24 25.12 0.51 0.5
Hex C1 76 40 0 27 43 18 19 33 32
Octal 301 166 100 0 47 103 30 31 63 62
Binary 11000001 1110110 1000000 0 100111 1000011 11000 11001 110011 110010

Color Harmonies of #C17640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17640

Black with #C17640

Text Example


Text Example

White with #C17640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17640; }

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

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

background-color css

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

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

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

border-color css

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

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

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