Html Css Color HEX #C07945 Brandy Punch

📋 copy color: '#C07945'

red 192 ◦ green 121 ◦ blue 69

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

Shades of Brandy Punch #C07945

Tints of Brandy Punch #C07945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.06%

R = 50.26%
G = 31.68%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C07945 (or 0xC07945) is known color: Brandy Punch. HEX triplet: C0, 79 and 45. RGB value is (192,121,69). Sum of RGB (Red+Green+Blue) = 192+121+69=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C07945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07945 is #3F86BA. Grayscale: #888888. Windows color (decimal): -4163259 or 4553152. OLE color: 4553152.

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

Color convert

RGB 192 121 69 -
CMYK 0 0.37 0.64 0.25
HSL 25.37º 0.49% 0.51% -
HSV(B) 25.37º 0.64% 0.75% -
XYZ 29.65 25.31 8.95 -
YUV 136.3 90.02 167.73 -
System Red Green Blue C M Y K H S L
Decimal 192 121 69 0 0.37 0.64 0.25 25.37 0.49 0.51
Hex C0 79 45 0 25 40 19 19 31 33
Octal 300 171 105 0 45 100 31 31 61 63
Binary 11000000 1111001 1000101 0 100101 1000000 11001 11001 110001 110011

Color Harmonies of #C07945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07945

Black with #C07945

Text Example


Text Example

White with #C07945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07945; }

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

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

background-color css

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

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

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

border-color css

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

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

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