Html Css Color HEX #C07B4C Brandy Punch

📋 copy color: '#C07B4C'

red 192 ◦ green 123 ◦ blue 76

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

Shades of Brandy Punch #C07B4C

Tints of Brandy Punch #C07B4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.44%

R = 49.1%
G = 31.46%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C07B4C (or 0xC07B4C) is known color: Brandy Punch. HEX triplet: C0, 7B and 4C. RGB value is (192,123,76). Sum of RGB (Red+Green+Blue) = 192+123+76=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 76 (30.08% from 255 or 19.44% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07B4C is #3F84B3. Grayscale: #8A8A8A. Windows color (decimal): -4162740 or 5012416. OLE color: 5012416.

HSL color Cylindrical-coordinate representation of color #C07B4C: hue angle of 24.31º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C07B4C is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 123 76 -
CMYK 0 0.36 0.60 0.25
HSL 24.31º 0.48% 0.53% -
HSV(B) 24.31º 0.6% 0.75% -
XYZ 30.13 25.89 10.25 -
YUV 138.27 92.86 166.32 -
System Red Green Blue C M Y K H S L
Decimal 192 123 76 0 0.36 0.60 0.25 24.31 0.48 0.53
Hex C0 7B 4C 0 24 3C 19 18 30 35
Octal 300 173 114 0 44 74 31 30 60 65
Binary 11000000 1111011 1001100 0 100100 111100 11001 11000 110000 110101

Color Harmonies of #C07B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07B4C

Black with #C07B4C

Text Example


Text Example

White with #C07B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07B4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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