Html Css Color HEX #C07949 Brandy Punch

📋 copy color: '#C07949'

red 192 ◦ green 121 ◦ blue 73

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

Shades of Brandy Punch #C07949

Tints of Brandy Punch #C07949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.91%

R = 49.74%
G = 31.35%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C07949 (or 0xC07949) is known color: Brandy Punch. HEX triplet: C0, 79 and 49. RGB value is (192,121,73). Sum of RGB (Red+Green+Blue) = 192+121+73=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C07949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07949 is #3F86B6. Grayscale: #898989. Windows color (decimal): -4163255 or 4815296. OLE color: 4815296.

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

Color convert

RGB 192 121 73 -
CMYK 0 0.37 0.62 0.25
HSL 24.2º 0.49% 0.52% -
HSV(B) 24.2º 0.62% 0.75% -
XYZ 29.78 25.36 9.63 -
YUV 136.76 92.02 167.4 -
System Red Green Blue C M Y K H S L
Decimal 192 121 73 0 0.37 0.62 0.25 24.2 0.49 0.52
Hex C0 79 49 0 25 3E 19 18 31 34
Octal 300 171 111 0 45 76 31 30 61 64
Binary 11000000 1111001 1001001 0 100101 111110 11001 11000 110001 110100

Color Harmonies of #C07949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07949

Black with #C07949

Text Example


Text Example

White with #C07949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07949; }

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

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

background-color css

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

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

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

border-color css

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

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

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