Html Css Color HEX #C07F41 Brandy Punch

📋 copy color: '#C07F41'

red 192 ◦ green 127 ◦ blue 65

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

Shades of Brandy Punch #C07F41

Tints of Brandy Punch #C07F41

RGB

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

 GREEN value IS 127 (50% from 255) = 33.07%

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

R = 50%
G = 33.07%
B = 16.93%

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

#C07F41 (or 0xC07F41) is known color: Brandy Punch. HEX triplet: C0, 7F and 41. RGB value is (192,127,65). Sum of RGB (Red+Green+Blue) = 192+127+65=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07F41 is #3F80BE. Grayscale: #8B8B8B. Windows color (decimal): -4161727 or 4292544. OLE color: 4292544.

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

Color convert

RGB 192 127 65 -
CMYK 0 0.34 0.66 0.25
HSL 29.29º 0.5% 0.5% -
HSV(B) 29.29º 0.66% 0.75% -
XYZ 30.28 26.77 8.57 -
YUV 139.37 86.03 165.54 -
System Red Green Blue C M Y K H S L
Decimal 192 127 65 0 0.34 0.66 0.25 29.29 0.5 0.5
Hex C0 7F 41 0 22 42 19 1D 32 32
Octal 300 177 101 0 42 102 31 35 62 62
Binary 11000000 1111111 1000001 0 100010 1000010 11001 11101 110010 110010

Color Harmonies of #C07F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07F41

Black with #C07F41

Text Example


Text Example

White with #C07F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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