Html Css Color HEX #C07B3A Brandy Punch

📋 copy color: '#C07B3A'

red 192 ◦ green 123 ◦ blue 58

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

Shades of Brandy Punch #C07B3A

Tints of Brandy Punch #C07B3A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.98%

 BLUE value IS 58 (23.05% from 255) = 15.55%

R = 51.47%
G = 32.98%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C07B3A (or 0xC07B3A) is known color: Brandy Punch. HEX triplet: C0, 7B and 3A. RGB value is (192,123,58). Sum of RGB (Red+Green+Blue) = 192+123+58=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 58 (23.05% from 255 or 15.55% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07B3A is #3F84C5. Grayscale: #888888. Windows color (decimal): -4162758 or 3832768. OLE color: 3832768.

HSL color Cylindrical-coordinate representation of color #C07B3A: hue angle of 29.1º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C07B3A is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 123 58 -
CMYK 0 0.36 0.70 0.25
HSL 29.1º 0.54% 0.49% -
HSV(B) 29.1º 0.7% 0.75% -
XYZ 29.58 25.68 7.4 -
YUV 136.22 83.86 167.79 -
System Red Green Blue C M Y K H S L
Decimal 192 123 58 0 0.36 0.70 0.25 29.1 0.54 0.49
Hex C0 7B 3A 0 24 46 19 1D 36 31
Octal 300 173 72 0 44 106 31 35 66 61
Binary 11000000 1111011 111010 0 100100 1000110 11001 11101 110110 110001

Color Harmonies of #C07B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07B3A

Black with #C07B3A

Text Example


Text Example

White with #C07B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07B3A; }

 p { color: rgb(192,123,58); }

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

background-color css

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

 a { background-color: rgb(192,123,58); }

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

border-color css

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

 span { border-color: rgb(192,123,58); }

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