Html Css Color HEX #C17B4B Brandy Punch

📋 copy color: '#C17B4B'

red 193 ◦ green 123 ◦ blue 75

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

Shades of Brandy Punch #C17B4B

Tints of Brandy Punch #C17B4B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.46%

 BLUE value IS 75 (29.69% from 255) = 19.18%

R = 49.36%
G = 31.46%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C17B4B (or 0xC17B4B) is known color: Brandy Punch. HEX triplet: C1, 7B and 4B. RGB value is (193,123,75). Sum of RGB (Red+Green+Blue) = 193+123+75=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C17B4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17B4B is #3E84B4. Grayscale: #8A8A8A. Windows color (decimal): -4097205 or 4946881. OLE color: 4946881.

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

Color convert

RGB 193 123 75 -
CMYK 0 0.36 0.61 0.24
HSL 24.41º 0.49% 0.53% -
HSV(B) 24.41º 0.61% 0.76% -
XYZ 30.35 26.01 10.08 -
YUV 138.46 92.19 166.9 -
System Red Green Blue C M Y K H S L
Decimal 193 123 75 0 0.36 0.61 0.24 24.41 0.49 0.53
Hex C1 7B 4B 0 24 3D 18 18 31 35
Octal 301 173 113 0 44 75 30 30 61 65
Binary 11000001 1111011 1001011 0 100100 111101 11000 11000 110001 110101

Color Harmonies of #C17B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17B4B

Black with #C17B4B

Text Example


Text Example

White with #C17B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17B4B; }

 p { color: rgb(193,123,75); }

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

background-color css

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

 a { background-color: rgb(193,123,75); }

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

border-color css

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

 span { border-color: rgb(193,123,75); }

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