Html Css Color HEX #C0844A Brandy Punch

📋 copy color: '#C0844A'

red 192 ◦ green 132 ◦ blue 74

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

Shades of Brandy Punch #C0844A

Tints of Brandy Punch #C0844A

RGB

 RED value IS 192 (75.39% from 255) = 48.24%

 GREEN value IS 132 (51.95% from 255) = 33.17%

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

R = 48.24%
G = 33.17%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0844A (or 0xC0844A) is known color: Brandy Punch. HEX triplet: C0, 84 and 4A. RGB value is (192,132,74). Sum of RGB (Red+Green+Blue) = 192+132+74=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 74 (29.30% from 255 or 18.59% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C0844A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0844A is #3F7BB5. Grayscale: #8F8F8F. Windows color (decimal): -4160438 or 4883648. OLE color: 4883648.

HSL color Cylindrical-coordinate representation of color #C0844A: hue angle of 29.49º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0844A is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 132 74 -
CMYK 0 0.31 0.61 0.25
HSL 29.49º 0.48% 0.52% -
HSV(B) 29.49º 0.61% 0.75% -
XYZ 31.23 28.2 10.28 -
YUV 143.33 88.88 162.72 -
System Red Green Blue C M Y K H S L
Decimal 192 132 74 0 0.31 0.61 0.25 29.49 0.48 0.52
Hex C0 84 4A 0 1F 3D 19 1D 30 34
Octal 300 204 112 0 37 75 31 35 60 64
Binary 11000000 10000100 1001010 0 11111 111101 11001 11101 110000 110100

Color Harmonies of #C0844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0844A

Black with #C0844A

Text Example


Text Example

White with #C0844A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0844A; }

 p { color: rgb(192,132,74); }

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

background-color css

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

 a { background-color: rgb(192,132,74); }

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

border-color css

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

 span { border-color: rgb(192,132,74); }

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