Html Css Color HEX #C07E44 Brandy Punch

📋 copy color: '#C07E44'

red 192 ◦ green 126 ◦ blue 68

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

Shades of Brandy Punch #C07E44

Tints of Brandy Punch #C07E44

RGB

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

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

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

R = 49.74%
G = 32.64%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C07E44 (or 0xC07E44) is known color: Brandy Punch. HEX triplet: C0, 7E and 44. RGB value is (192,126,68). Sum of RGB (Red+Green+Blue) = 192+126+68=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 68 (26.95% from 255 or 17.62% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07E44 is #3F81BB. Grayscale: #8B8B8B. Windows color (decimal): -4161980 or 4488896. OLE color: 4488896.

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

Color convert

RGB 192 126 68 -
CMYK 0 0.34 0.65 0.25
HSL 28.06º 0.5% 0.51% -
HSV(B) 28.06º 0.65% 0.75% -
XYZ 30.24 26.55 9 -
YUV 139.12 87.87 165.72 -
System Red Green Blue C M Y K H S L
Decimal 192 126 68 0 0.34 0.65 0.25 28.06 0.5 0.51
Hex C0 7E 44 0 22 41 19 1C 32 33
Octal 300 176 104 0 42 101 31 34 62 63
Binary 11000000 1111110 1000100 0 100010 1000001 11001 11100 110010 110011

Color Harmonies of #C07E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E44

Black with #C07E44

Text Example


Text Example

White with #C07E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E44; }

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

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

background-color css

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

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

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

border-color css

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

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

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