Html Css Color HEX #C07D4D Brandy Punch

📋 copy color: '#C07D4D'

red 192 ◦ green 125 ◦ blue 77

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

Shades of Brandy Punch #C07D4D

Tints of Brandy Punch #C07D4D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.73%

 BLUE value IS 77 (30.47% from 255) = 19.54%

R = 48.73%
G = 31.73%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C07D4D (or 0xC07D4D) is known color: Brandy Punch. HEX triplet: C0, 7D and 4D. RGB value is (192,125,77). Sum of RGB (Red+Green+Blue) = 192+125+77=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07D4D is #3F82B2. Grayscale: #8B8B8B. Windows color (decimal): -4162227 or 5078464. OLE color: 5078464.

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

Color convert

RGB 192 125 77 -
CMYK 0 0.35 0.60 0.25
HSL 25.04º 0.48% 0.53% -
HSV(B) 25.04º 0.6% 0.75% -
XYZ 30.41 26.41 10.52 -
YUV 139.56 92.7 165.4 -
System Red Green Blue C M Y K H S L
Decimal 192 125 77 0 0.35 0.60 0.25 25.04 0.48 0.53
Hex C0 7D 4D 0 23 3C 19 19 30 35
Octal 300 175 115 0 43 74 31 31 60 65
Binary 11000000 1111101 1001101 0 100011 111100 11001 11001 110000 110101

Color Harmonies of #C07D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07D4D

Black with #C07D4D

Text Example


Text Example

White with #C07D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07D4D; }

 p { color: rgb(192,125,77); }

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

background-color css

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

 a { background-color: rgb(192,125,77); }

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

border-color css

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

 span { border-color: rgb(192,125,77); }

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