Html Css Color HEX #C07941 Brandy Punch

📋 copy color: '#C07941'

red 192 ◦ green 121 ◦ blue 65

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

Shades of Brandy Punch #C07941

Tints of Brandy Punch #C07941

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.01%

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

R = 50.79%
G = 32.01%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C07941 (or 0xC07941) is known color: Brandy Punch. HEX triplet: C0, 79 and 41. RGB value is (192,121,65). Sum of RGB (Red+Green+Blue) = 192+121+65=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C07941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07941 is #3F86BE. Grayscale: #888888. Windows color (decimal): -4163263 or 4291008. OLE color: 4291008.

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

Color convert

RGB 192 121 65 -
CMYK 0 0.37 0.66 0.25
HSL 26.46º 0.5% 0.5% -
HSV(B) 26.46º 0.66% 0.75% -
XYZ 29.53 25.26 8.32 -
YUV 135.85 88.02 168.05 -
System Red Green Blue C M Y K H S L
Decimal 192 121 65 0 0.37 0.66 0.25 26.46 0.5 0.5
Hex C0 79 41 0 25 42 19 1A 32 32
Octal 300 171 101 0 45 102 31 32 62 62
Binary 11000000 1111001 1000001 0 100101 1000010 11001 11010 110010 110010

Color Harmonies of #C07941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07941

Black with #C07941

Text Example


Text Example

White with #C07941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07941; }

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

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

background-color css

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

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

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

border-color css

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

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

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