Html Css Color HEX #C1834A Brandy Punch

📋 copy color: '#C1834A'

red 193 ◦ green 131 ◦ blue 74

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

Shades of Brandy Punch #C1834A

Tints of Brandy Punch #C1834A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.59%

R = 48.49%
G = 32.91%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C1834A (or 0xC1834A) is known color: Brandy Punch. HEX triplet: C1, 83 and 4A. RGB value is (193,131,74). Sum of RGB (Red+Green+Blue) = 193+131+74=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 74 (29.30% from 255 or 18.59% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C1834A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1834A is #3E7CB5. Grayscale: #8F8F8F. Windows color (decimal): -4095158 or 4883393. OLE color: 4883393.

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

Color convert

RGB 193 131 74 -
CMYK 0 0.32 0.62 0.24
HSL 28.74º 0.49% 0.52% -
HSV(B) 28.74º 0.62% 0.76% -
XYZ 31.34 28.06 10.24 -
YUV 143.04 89.04 163.63 -
System Red Green Blue C M Y K H S L
Decimal 193 131 74 0 0.32 0.62 0.24 28.74 0.49 0.52
Hex C1 83 4A 0 20 3E 18 1D 31 34
Octal 301 203 112 0 40 76 30 35 61 64
Binary 11000001 10000011 1001010 0 100000 111110 11000 11101 110001 110100

Color Harmonies of #C1834A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1834A

Black with #C1834A

Text Example


Text Example

White with #C1834A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1834A; }

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

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

background-color css

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

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

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

border-color css

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

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

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