Html Css Color HEX #C1834B Brandy Punch

📋 copy color: '#C1834B'

red 193 ◦ green 131 ◦ blue 75

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

Shades of Brandy Punch #C1834B

Tints of Brandy Punch #C1834B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.83%

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

R = 48.37%
G = 32.83%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1834B (or 0xC1834B) is known color: Brandy Punch. HEX triplet: C1, 83 and 4B. RGB value is (193,131,75). Sum of RGB (Red+Green+Blue) = 193+131+75=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C1834B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1834B is #3E7CB4. Grayscale: #8F8F8F. Windows color (decimal): -4095157 or 4948929. OLE color: 4948929.

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

Color convert

RGB 193 131 75 -
CMYK 0 0.32 0.61 0.24
HSL 28.47º 0.49% 0.53% -
HSV(B) 28.47º 0.61% 0.76% -
XYZ 31.38 28.08 10.42 -
YUV 143.15 89.54 163.55 -
System Red Green Blue C M Y K H S L
Decimal 193 131 75 0 0.32 0.61 0.24 28.47 0.49 0.53
Hex C1 83 4B 0 20 3D 18 1C 31 35
Octal 301 203 113 0 40 75 30 34 61 65
Binary 11000001 10000011 1001011 0 100000 111101 11000 11100 110001 110101

Color Harmonies of #C1834B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1834B

Black with #C1834B

Text Example


Text Example

White with #C1834B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1834B; }

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

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

background-color css

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

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

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

border-color css

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

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

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