Html Css Color HEX #C07649 Brandy Punch

📋 copy color: '#C07649'

red 192 ◦ green 118 ◦ blue 73

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

Shades of Brandy Punch #C07649

Tints of Brandy Punch #C07649

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.81%

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

R = 50.13%
G = 30.81%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C07649 (or 0xC07649) is known color: Brandy Punch. HEX triplet: C0, 76 and 49. RGB value is (192,118,73). Sum of RGB (Red+Green+Blue) = 192+118+73=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C07649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07649 is #3F89B6. Grayscale: #878787. Windows color (decimal): -4164023 or 4814528. OLE color: 4814528.

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

Color convert

RGB 192 118 73 -
CMYK 0 0.39 0.62 0.25
HSL 22.69º 0.49% 0.52% -
HSV(B) 22.69º 0.62% 0.75% -
XYZ 29.42 24.64 9.51 -
YUV 135 93.02 168.66 -
System Red Green Blue C M Y K H S L
Decimal 192 118 73 0 0.39 0.62 0.25 22.69 0.49 0.52
Hex C0 76 49 0 27 3E 19 17 31 34
Octal 300 166 111 0 47 76 31 27 61 64
Binary 11000000 1110110 1001001 0 100111 111110 11001 10111 110001 110100

Color Harmonies of #C07649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07649

Black with #C07649

Text Example


Text Example

White with #C07649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07649; }

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

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

background-color css

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

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

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

border-color css

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

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

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