Html Css Color HEX #C07B43 Brandy Punch

📋 copy color: '#C07B43'

red 192 ◦ green 123 ◦ blue 67

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

Shades of Brandy Punch #C07B43

Tints of Brandy Punch #C07B43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.54%

R = 50.26%
G = 32.2%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C07B43 (or 0xC07B43) is known color: Brandy Punch. HEX triplet: C0, 7B and 43. RGB value is (192,123,67). Sum of RGB (Red+Green+Blue) = 192+123+67=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 67 (26.56% from 255 or 17.54% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07B43 is #3F84BC. Grayscale: #898989. Windows color (decimal): -4162749 or 4422592. OLE color: 4422592.

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

Color convert

RGB 192 123 67 -
CMYK 0 0.36 0.65 0.25
HSL 26.88º 0.5% 0.51% -
HSV(B) 26.88º 0.65% 0.75% -
XYZ 29.83 25.78 8.71 -
YUV 137.25 88.36 167.05 -
System Red Green Blue C M Y K H S L
Decimal 192 123 67 0 0.36 0.65 0.25 26.88 0.5 0.51
Hex C0 7B 43 0 24 41 19 1B 32 33
Octal 300 173 103 0 44 101 31 33 62 63
Binary 11000000 1111011 1000011 0 100100 1000001 11001 11011 110010 110011

Color Harmonies of #C07B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07B43

Black with #C07B43

Text Example


Text Example

White with #C07B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07B43; }

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

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

background-color css

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

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

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

border-color css

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

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

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