Html Css Color HEX #C1814C Brandy Punch

📋 copy color: '#C1814C'

red 193 ◦ green 129 ◦ blue 76

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

Shades of Brandy Punch #C1814C

Tints of Brandy Punch #C1814C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.41%

 BLUE value IS 76 (30.08% from 255) = 19.1%

R = 48.49%
G = 32.41%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1814C (or 0xC1814C) is known color: Brandy Punch. HEX triplet: C1, 81 and 4C. RGB value is (193,129,76). Sum of RGB (Red+Green+Blue) = 193+129+76=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C1814C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1814C is #3E7EB3. Grayscale: #8E8E8E. Windows color (decimal): -4095668 or 5013953. OLE color: 5013953.

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

Color convert

RGB 193 129 76 -
CMYK 0 0.33 0.61 0.24
HSL 27.18º 0.49% 0.53% -
HSV(B) 27.18º 0.61% 0.76% -
XYZ 31.15 27.56 10.52 -
YUV 142.09 90.7 164.31 -
System Red Green Blue C M Y K H S L
Decimal 193 129 76 0 0.33 0.61 0.24 27.18 0.49 0.53
Hex C1 81 4C 0 21 3D 18 1B 31 35
Octal 301 201 114 0 41 75 30 33 61 65
Binary 11000001 10000001 1001100 0 100001 111101 11000 11011 110001 110101

Color Harmonies of #C1814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1814C

Black with #C1814C

Text Example


Text Example

White with #C1814C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1814C; }

 p { color: rgb(193,129,76); }

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

background-color css

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

 a { background-color: rgb(193,129,76); }

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

border-color css

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

 span { border-color: rgb(193,129,76); }

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