Html Css Color HEX #C07B3E Brandy Punch

📋 copy color: '#C07B3E'

red 192 ◦ green 123 ◦ blue 62

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

Shades of Brandy Punch #C07B3E

Tints of Brandy Punch #C07B3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.45%

R = 50.93%
G = 32.63%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C07B3E (or 0xC07B3E) is known color: Brandy Punch. HEX triplet: C0, 7B and 3E. RGB value is (192,123,62). Sum of RGB (Red+Green+Blue) = 192+123+62=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 62 (24.61% from 255 or 16.45% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07B3E is #3F84C1. Grayscale: #888888. Windows color (decimal): -4162754 or 4094912. OLE color: 4094912.

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

Color convert

RGB 192 123 62 -
CMYK 0 0.36 0.68 0.25
HSL 28.15º 0.51% 0.5% -
HSV(B) 28.15º 0.68% 0.75% -
XYZ 29.69 25.72 7.96 -
YUV 136.68 85.86 167.46 -
System Red Green Blue C M Y K H S L
Decimal 192 123 62 0 0.36 0.68 0.25 28.15 0.51 0.5
Hex C0 7B 3E 0 24 44 19 1C 33 32
Octal 300 173 76 0 44 104 31 34 63 62
Binary 11000000 1111011 111110 0 100100 1000100 11001 11100 110011 110010

Color Harmonies of #C07B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07B3E

Black with #C07B3E

Text Example


Text Example

White with #C07B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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