Html Css Color HEX #C08144 Brandy Punch

📋 copy color: '#C08144'

red 192 ◦ green 129 ◦ blue 68

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

Shades of Brandy Punch #C08144

Tints of Brandy Punch #C08144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.48%

R = 49.36%
G = 33.16%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C08144 (or 0xC08144) is known color: Brandy Punch. HEX triplet: C0, 81 and 44. RGB value is (192,129,68). Sum of RGB (Red+Green+Blue) = 192+129+68=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 68 (26.95% from 255 or 17.48% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C08144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08144 is #3F7EBB. Grayscale: #8D8D8D. Windows color (decimal): -4161212 or 4489664. OLE color: 4489664.

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

Color convert

RGB 192 129 68 -
CMYK 0 0.33 0.65 0.25
HSL 29.52º 0.5% 0.51% -
HSV(B) 29.52º 0.65% 0.75% -
XYZ 30.63 27.32 9.13 -
YUV 140.88 86.87 164.46 -
System Red Green Blue C M Y K H S L
Decimal 192 129 68 0 0.33 0.65 0.25 29.52 0.5 0.51
Hex C0 81 44 0 21 41 19 1E 32 33
Octal 300 201 104 0 41 101 31 36 62 63
Binary 11000000 10000001 1000100 0 100001 1000001 11001 11110 110010 110011

Color Harmonies of #C08144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08144

Black with #C08144

Text Example


Text Example

White with #C08144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08144; }

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

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

background-color css

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

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

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

border-color css

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

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

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