Html Css Color HEX #C17C4F Brandy Punch

📋 copy color: '#C17C4F'

red 193 ◦ green 124 ◦ blue 79

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

Shades of Brandy Punch #C17C4F

Tints of Brandy Punch #C17C4F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.31%

 BLUE value IS 79 (31.25% from 255) = 19.95%

R = 48.74%
G = 31.31%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C17C4F (or 0xC17C4F) is known color: Brandy Punch. HEX triplet: C1, 7C and 4F. RGB value is (193,124,79). Sum of RGB (Red+Green+Blue) = 193+124+79=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 79 (31.25% from 255 or 19.95% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17C4F is #3E83B0. Grayscale: #8B8B8B. Windows color (decimal): -4096945 or 5209281. OLE color: 5209281.

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

Color convert

RGB 193 124 79 -
CMYK 0 0.36 0.59 0.24
HSL 23.68º 0.48% 0.53% -
HSV(B) 23.68º 0.59% 0.76% -
XYZ 30.61 26.32 10.86 -
YUV 139.5 93.86 166.16 -
System Red Green Blue C M Y K H S L
Decimal 193 124 79 0 0.36 0.59 0.24 23.68 0.48 0.53
Hex C1 7C 4F 0 24 3B 18 18 30 35
Octal 301 174 117 0 44 73 30 30 60 65
Binary 11000001 1111100 1001111 0 100100 111011 11000 11000 110000 110101

Color Harmonies of #C17C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17C4F

Black with #C17C4F

Text Example


Text Example

White with #C17C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17C4F; }

 p { color: rgb(193,124,79); }

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

background-color css

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

 a { background-color: rgb(193,124,79); }

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

border-color css

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

 span { border-color: rgb(193,124,79); }

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