Html Css Color HEX #C17D4F Brandy Punch

📋 copy color: '#C17D4F'

red 193 ◦ green 125 ◦ blue 79

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

Shades of Brandy Punch #C17D4F

Tints of Brandy Punch #C17D4F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.49%

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

R = 48.61%
G = 31.49%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C17D4F (or 0xC17D4F) is known color: Brandy Punch. HEX triplet: C1, 7D and 4F. RGB value is (193,125,79). Sum of RGB (Red+Green+Blue) = 193+125+79=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 79 (31.25% from 255 or 19.90% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17D4F is #3E82B0. Grayscale: #8C8C8C. Windows color (decimal): -4096689 or 5209537. OLE color: 5209537.

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

Color convert

RGB 193 125 79 -
CMYK 0 0.35 0.59 0.24
HSL 24.21º 0.48% 0.53% -
HSV(B) 24.21º 0.59% 0.76% -
XYZ 30.74 26.57 10.91 -
YUV 140.09 93.53 165.74 -
System Red Green Blue C M Y K H S L
Decimal 193 125 79 0 0.35 0.59 0.24 24.21 0.48 0.53
Hex C1 7D 4F 0 23 3B 18 18 30 35
Octal 301 175 117 0 43 73 30 30 60 65
Binary 11000001 1111101 1001111 0 100011 111011 11000 11000 110000 110101

Color Harmonies of #C17D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17D4F

Black with #C17D4F

Text Example


Text Example

White with #C17D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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