Html Css Color HEX #C0854A Brandy Punch

📋 copy color: '#C0854A'

red 192 ◦ green 133 ◦ blue 74

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

Shades of Brandy Punch #C0854A

Tints of Brandy Punch #C0854A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.33%

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

R = 48.12%
G = 33.33%
B = 18.55%

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

#C0854A (or 0xC0854A) is known color: Brandy Punch. HEX triplet: C0, 85 and 4A. RGB value is (192,133,74). Sum of RGB (Red+Green+Blue) = 192+133+74=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C0854A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0854A is #3F7AB5. Grayscale: #909090. Windows color (decimal): -4160182 or 4883904. OLE color: 4883904.

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

Color convert

RGB 192 133 74 -
CMYK 0 0.31 0.61 0.25
HSL 30º 0.48% 0.52% -
HSV(B) 30º 0.61% 0.75% -
XYZ 31.36 28.48 10.32 -
YUV 143.92 88.55 162.3 -
System Red Green Blue C M Y K H S L
Decimal 192 133 74 0 0.31 0.61 0.25 30 0.48 0.52
Hex C0 85 4A 0 1F 3D 19 1E 30 34
Octal 300 205 112 0 37 75 31 36 60 64
Binary 11000000 10000101 1001010 0 11111 111101 11001 11110 110000 110100

Color Harmonies of #C0854A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0854A

Black with #C0854A

Text Example


Text Example

White with #C0854A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0854A; }

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

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

background-color css

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

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

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

border-color css

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

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

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