Html Css Color HEX #C17642 Brandy Punch

📋 copy color: '#C17642'

red 193 ◦ green 118 ◦ blue 66

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

Shades of Brandy Punch #C17642

Tints of Brandy Punch #C17642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.51%

R = 51.19%
G = 31.3%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C17642 (or 0xC17642) is known color: Brandy Punch. HEX triplet: C1, 76 and 42. RGB value is (193,118,66). Sum of RGB (Red+Green+Blue) = 193+118+66=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C17642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17642 is #3E89BD. Grayscale: #868686. Windows color (decimal): -4098494 or 4355777. OLE color: 4355777.

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

Color convert

RGB 193 118 66 -
CMYK 0 0.39 0.66 0.24
HSL 24.57º 0.51% 0.51% -
HSV(B) 24.57º 0.66% 0.76% -
XYZ 29.45 24.69 8.37 -
YUV 134.5 89.35 169.73 -
System Red Green Blue C M Y K H S L
Decimal 193 118 66 0 0.39 0.66 0.24 24.57 0.51 0.51
Hex C1 76 42 0 27 42 18 19 33 33
Octal 301 166 102 0 47 102 30 31 63 63
Binary 11000001 1110110 1000010 0 100111 1000010 11000 11001 110011 110011

Color Harmonies of #C17642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17642

Black with #C17642

Text Example


Text Example

White with #C17642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17642; }

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

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

background-color css

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

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

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

border-color css

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

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

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