Html Css Color HEX #C07A45 Brandy Punch

📋 copy color: '#C07A45'

red 192 ◦ green 122 ◦ blue 69

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

Shades of Brandy Punch #C07A45

Tints of Brandy Punch #C07A45

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.85%

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

R = 50.13%
G = 31.85%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C07A45 (or 0xC07A45) is known color: Brandy Punch. HEX triplet: C0, 7A and 45. RGB value is (192,122,69). Sum of RGB (Red+Green+Blue) = 192+122+69=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07A45 is #3F85BA. Grayscale: #898989. Windows color (decimal): -4163003 or 4553408. OLE color: 4553408.

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

Color convert

RGB 192 122 69 -
CMYK 0 0.36 0.64 0.25
HSL 25.85º 0.49% 0.51% -
HSV(B) 25.85º 0.64% 0.75% -
XYZ 29.77 25.56 8.99 -
YUV 136.89 89.69 167.31 -
System Red Green Blue C M Y K H S L
Decimal 192 122 69 0 0.36 0.64 0.25 25.85 0.49 0.51
Hex C0 7A 45 0 24 40 19 1A 31 33
Octal 300 172 105 0 44 100 31 32 61 63
Binary 11000000 1111010 1000101 0 100100 1000000 11001 11010 110001 110011

Color Harmonies of #C07A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07A45

Black with #C07A45

Text Example


Text Example

White with #C07A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07A45; }

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

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

background-color css

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

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

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

border-color css

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

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

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