Html Css Color HEX #C17F3C Brandy Punch

📋 copy color: '#C17F3C'

red 193 ◦ green 127 ◦ blue 60

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

Shades of Brandy Punch #C17F3C

Tints of Brandy Punch #C17F3C

RGB

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

 GREEN value IS 127 (50% from 255) = 33.42%

 BLUE value IS 60 (23.83% from 255) = 15.79%

R = 50.79%
G = 33.42%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C17F3C (or 0xC17F3C) is known color: Brandy Punch. HEX triplet: C1, 7F and 3C. RGB value is (193,127,60). Sum of RGB (Red+Green+Blue) = 193+127+60=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 60 (23.83% from 255 or 15.79% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17F3C is #3E80C3. Grayscale: #8B8B8B. Windows color (decimal): -4096196 or 3964865. OLE color: 3964865.

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

Color convert

RGB 193 127 60 -
CMYK 0 0.34 0.69 0.24
HSL 30.23º 0.53% 0.5% -
HSV(B) 30.23º 0.69% 0.76% -
XYZ 30.4 26.84 7.85 -
YUV 139.1 83.37 166.45 -
System Red Green Blue C M Y K H S L
Decimal 193 127 60 0 0.34 0.69 0.24 30.23 0.53 0.5
Hex C1 7F 3C 0 22 45 18 1E 35 32
Octal 301 177 74 0 42 105 30 36 65 62
Binary 11000001 1111111 111100 0 100010 1000101 11000 11110 110101 110010

Color Harmonies of #C17F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17F3C

Black with #C17F3C

Text Example


Text Example

White with #C17F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17F3C; }

 p { color: rgb(193,127,60); }

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

background-color css

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

 a { background-color: rgb(193,127,60); }

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

border-color css

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

 span { border-color: rgb(193,127,60); }

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