Html Css Color HEX #C07838 Brandy Punch

📋 copy color: '#C07838'

red 192 ◦ green 120 ◦ blue 56

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

Shades of Brandy Punch #C07838

Tints of Brandy Punch #C07838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.22%

R = 52.17%
G = 32.61%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C07838 (or 0xC07838) is known color: Brandy Punch. HEX triplet: C0, 78 and 38. RGB value is (192,120,56). Sum of RGB (Red+Green+Blue) = 192+120+56=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 120 (47.27% from 255 or 32.61% from 368); Blue value is 56 (22.27% from 255 or 15.22% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C07838 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07838 is #3F87C7. Grayscale: #868686. Windows color (decimal): -4163528 or 3700928. OLE color: 3700928.

HSL color Cylindrical-coordinate representation of color #C07838: hue angle of 28.24º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C07838 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 120 56 -
CMYK 0 0.38 0.71 0.25
HSL 28.24º 0.55% 0.49% -
HSV(B) 28.24º 0.71% 0.75% -
XYZ 29.17 24.92 7.02 -
YUV 134.23 83.85 169.2 -
System Red Green Blue C M Y K H S L
Decimal 192 120 56 0 0.38 0.71 0.25 28.24 0.55 0.49
Hex C0 78 38 0 26 47 19 1C 37 31
Octal 300 170 70 0 46 107 31 34 67 61
Binary 11000000 1111000 111000 0 100110 1000111 11001 11100 110111 110001

Color Harmonies of #C07838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07838

Black with #C07838

Text Example


Text Example

White with #C07838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07838; }

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

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

background-color css

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

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

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

border-color css

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

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

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