Html Css Color HEX #C08441 Brandy Punch

📋 copy color: '#C08441'

red 192 ◦ green 132 ◦ blue 65

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

Shades of Brandy Punch #C08441

Tints of Brandy Punch #C08441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.71%

R = 49.36%
G = 33.93%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C08441 (or 0xC08441) is known color: Brandy Punch. HEX triplet: C0, 84 and 41. RGB value is (192,132,65). Sum of RGB (Red+Green+Blue) = 192+132+65=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 65 (25.78% from 255 or 16.71% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C08441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08441 is #3F7BBE. Grayscale: #8E8E8E. Windows color (decimal): -4160447 or 4293824. OLE color: 4293824.

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

Color convert

RGB 192 132 65 -
CMYK 0 0.31 0.66 0.25
HSL 31.65º 0.5% 0.5% -
HSV(B) 31.65º 0.66% 0.75% -
XYZ 30.94 28.09 8.79 -
YUV 142.3 84.38 163.45 -
System Red Green Blue C M Y K H S L
Decimal 192 132 65 0 0.31 0.66 0.25 31.65 0.5 0.5
Hex C0 84 41 0 1F 42 19 20 32 32
Octal 300 204 101 0 37 102 31 40 62 62
Binary 11000000 10000100 1000001 0 11111 1000010 11001 100000 110010 110010

Color Harmonies of #C08441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08441

Black with #C08441

Text Example


Text Example

White with #C08441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08441; }

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

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

background-color css

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

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

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

border-color css

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

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

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