Html Css Color HEX #C07842 Brandy Punch

📋 copy color: '#C07842'

red 192 ◦ green 120 ◦ blue 66

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

Shades of Brandy Punch #C07842

Tints of Brandy Punch #C07842

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.75%

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

R = 50.79%
G = 31.75%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C07842 (or 0xC07842) is known color: Brandy Punch. HEX triplet: C0, 78 and 42. RGB value is (192,120,66). Sum of RGB (Red+Green+Blue) = 192+120+66=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 66 (26.17% from 255 or 17.46% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C07842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07842 is #3F87BD. Grayscale: #878787. Windows color (decimal): -4163518 or 4356288. OLE color: 4356288.

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

Color convert

RGB 192 120 66 -
CMYK 0 0.38 0.66 0.25
HSL 25.71º 0.5% 0.51% -
HSV(B) 25.71º 0.66% 0.75% -
XYZ 29.44 25.03 8.43 -
YUV 135.37 88.85 168.39 -
System Red Green Blue C M Y K H S L
Decimal 192 120 66 0 0.38 0.66 0.25 25.71 0.5 0.51
Hex C0 78 42 0 26 42 19 1A 32 33
Octal 300 170 102 0 46 102 31 32 62 63
Binary 11000000 1111000 1000010 0 100110 1000010 11001 11010 110010 110011

Color Harmonies of #C07842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07842

Black with #C07842

Text Example


Text Example

White with #C07842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07842; }

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

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

background-color css

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

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

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

border-color css

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

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

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