Html Css Color HEX #C07E41 Brandy Punch

📋 copy color: '#C07E41'

red 192 ◦ green 126 ◦ blue 65

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

Shades of Brandy Punch #C07E41

Tints of Brandy Punch #C07E41

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.9%

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

R = 50.13%
G = 32.9%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C07E41 (or 0xC07E41) is known color: Brandy Punch. HEX triplet: C0, 7E and 41. RGB value is (192,126,65). Sum of RGB (Red+Green+Blue) = 192+126+65=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07E41 is #3F81BE. Grayscale: #8B8B8B. Windows color (decimal): -4161983 or 4292288. OLE color: 4292288.

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

Color convert

RGB 192 126 65 -
CMYK 0 0.34 0.66 0.25
HSL 28.82º 0.5% 0.5% -
HSV(B) 28.82º 0.66% 0.75% -
XYZ 30.15 26.51 8.53 -
YUV 138.78 86.37 165.96 -
System Red Green Blue C M Y K H S L
Decimal 192 126 65 0 0.34 0.66 0.25 28.82 0.5 0.5
Hex C0 7E 41 0 22 42 19 1D 32 32
Octal 300 176 101 0 42 102 31 35 62 62
Binary 11000000 1111110 1000001 0 100010 1000010 11001 11101 110010 110010

Color Harmonies of #C07E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E41

Black with #C07E41

Text Example


Text Example

White with #C07E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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