Html Css Color HEX #C07446 Brandy Punch

📋 copy color: '#C07446'

red 192 ◦ green 116 ◦ blue 70

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

Shades of Brandy Punch #C07446

Tints of Brandy Punch #C07446

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.69%

 BLUE value IS 70 (27.73% from 255) = 18.52%

R = 50.79%
G = 30.69%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C07446 (or 0xC07446) is known color: Brandy Punch. HEX triplet: C0, 74 and 46. RGB value is (192,116,70). Sum of RGB (Red+Green+Blue) = 192+116+70=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 70 (27.73% from 255 or 18.52% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C07446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07446 is #3F8BB9. Grayscale: #858585. Windows color (decimal): -4164538 or 4617408. OLE color: 4617408.

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

Color convert

RGB 192 116 70 -
CMYK 0 0.40 0.64 0.25
HSL 22.62º 0.49% 0.51% -
HSV(B) 22.62º 0.64% 0.75% -
XYZ 29.09 24.14 8.92 -
YUV 133.48 92.18 169.74 -
System Red Green Blue C M Y K H S L
Decimal 192 116 70 0 0.40 0.64 0.25 22.62 0.49 0.51
Hex C0 74 46 0 28 40 19 17 31 33
Octal 300 164 106 0 50 100 31 27 61 63
Binary 11000000 1110100 1000110 0 101000 1000000 11001 10111 110001 110011

Color Harmonies of #C07446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07446

Black with #C07446

Text Example


Text Example

White with #C07446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07446; }

 p { color: rgb(192,116,70); }

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

background-color css

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

 a { background-color: rgb(192,116,70); }

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

border-color css

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

 span { border-color: rgb(192,116,70); }

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