Html Css Color HEX #C0814F Brandy Punch

📋 copy color: '#C0814F'

red 192 ◦ green 129 ◦ blue 79

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

Shades of Brandy Punch #C0814F

Tints of Brandy Punch #C0814F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.75%

R = 48%
G = 32.25%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0814F (or 0xC0814F) is known color: Brandy Punch. HEX triplet: C0, 81 and 4F. RGB value is (192,129,79). Sum of RGB (Red+Green+Blue) = 192+129+79=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 79 (31.25% from 255 or 19.75% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C0814F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0814F is #3F7EB0. Grayscale: #8E8E8E. Windows color (decimal): -4161201 or 5210560. OLE color: 5210560.

HSL color Cylindrical-coordinate representation of color #C0814F: hue angle of 26.55º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0814F is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 129 79 -
CMYK 0 0.33 0.59 0.25
HSL 26.55º 0.47% 0.53% -
HSV(B) 26.55º 0.59% 0.75% -
XYZ 31 27.47 11.07 -
YUV 142.14 92.37 163.57 -
System Red Green Blue C M Y K H S L
Decimal 192 129 79 0 0.33 0.59 0.25 26.55 0.47 0.53
Hex C0 81 4F 0 21 3B 19 1B 2F 35
Octal 300 201 117 0 41 73 31 33 57 65
Binary 11000000 10000001 1001111 0 100001 111011 11001 11011 101111 110101

Color Harmonies of #C0814F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0814F

Black with #C0814F

Text Example


Text Example

White with #C0814F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0814F; }

 p { color: rgb(192,129,79); }

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

background-color css

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

 a { background-color: rgb(192,129,79); }

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

border-color css

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

 span { border-color: rgb(192,129,79); }

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