Html Css Color HEX #C07E4C Brandy Punch

📋 copy color: '#C07E4C'

red 192 ◦ green 126 ◦ blue 76

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

Shades of Brandy Punch #C07E4C

Tints of Brandy Punch #C07E4C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.98%

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

R = 48.73%
G = 31.98%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C07E4C (or 0xC07E4C) is known color: Brandy Punch. HEX triplet: C0, 7E and 4C. RGB value is (192,126,76). Sum of RGB (Red+Green+Blue) = 192+126+76=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07E4C is #3F81B3. Grayscale: #8C8C8C. Windows color (decimal): -4161972 or 5013184. OLE color: 5013184.

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

Color convert

RGB 192 126 76 -
CMYK 0 0.34 0.60 0.25
HSL 25.86º 0.48% 0.53% -
HSV(B) 25.86º 0.6% 0.75% -
XYZ 30.5 26.65 10.37 -
YUV 140.03 91.87 165.07 -
System Red Green Blue C M Y K H S L
Decimal 192 126 76 0 0.34 0.60 0.25 25.86 0.48 0.53
Hex C0 7E 4C 0 22 3C 19 1A 30 35
Octal 300 176 114 0 42 74 31 32 60 65
Binary 11000000 1111110 1001100 0 100010 111100 11001 11010 110000 110101

Color Harmonies of #C07E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E4C

Black with #C07E4C

Text Example


Text Example

White with #C07E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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