Html Css Color HEX #C07942 Brandy Punch

📋 copy color: '#C07942'

red 192 ◦ green 121 ◦ blue 66

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

Shades of Brandy Punch #C07942

Tints of Brandy Punch #C07942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.41%

R = 50.66%
G = 31.93%
B = 17.41%

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

#C07942 (or 0xC07942) is known color: Brandy Punch. HEX triplet: C0, 79 and 42. RGB value is (192,121,66). Sum of RGB (Red+Green+Blue) = 192+121+66=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C07942 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07942 is #3F86BD. Grayscale: #888888. Windows color (decimal): -4163262 or 4356544. OLE color: 4356544.

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

Color convert

RGB 192 121 66 -
CMYK 0 0.37 0.66 0.25
HSL 26.19º 0.5% 0.51% -
HSV(B) 26.19º 0.66% 0.75% -
XYZ 29.56 25.27 8.47 -
YUV 135.96 88.52 167.97 -
System Red Green Blue C M Y K H S L
Decimal 192 121 66 0 0.37 0.66 0.25 26.19 0.5 0.51
Hex C0 79 42 0 25 42 19 1A 32 33
Octal 300 171 102 0 45 102 31 32 62 63
Binary 11000000 1111001 1000010 0 100101 1000010 11001 11010 110010 110011

Color Harmonies of #C07942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07942

Black with #C07942

Text Example


Text Example

White with #C07942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07942; }

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

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

background-color css

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

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

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

border-color css

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

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

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