Html Css Color HEX #C07E4F Brandy Punch

📋 copy color: '#C07E4F'

red 192 ◦ green 126 ◦ blue 79

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

Shades of Brandy Punch #C07E4F

Tints of Brandy Punch #C07E4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.9%

R = 48.36%
G = 31.74%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C07E4F (or 0xC07E4F) is known color: Brandy Punch. HEX triplet: C0, 7E and 4F. RGB value is (192,126,79). Sum of RGB (Red+Green+Blue) = 192+126+79=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 79 (31.25% from 255 or 19.90% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07E4F is #3F81B0. Grayscale: #8C8C8C. Windows color (decimal): -4161969 or 5209792. OLE color: 5209792.

HSL color Cylindrical-coordinate representation of color #C07E4F: hue angle of 24.96º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C07E4F is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 126 79 -
CMYK 0 0.34 0.59 0.25
HSL 24.96º 0.47% 0.53% -
HSV(B) 24.96º 0.59% 0.75% -
XYZ 30.61 26.69 10.94 -
YUV 140.38 93.37 164.82 -
System Red Green Blue C M Y K H S L
Decimal 192 126 79 0 0.34 0.59 0.25 24.96 0.47 0.53
Hex C0 7E 4F 0 22 3B 19 19 2F 35
Octal 300 176 117 0 42 73 31 31 57 65
Binary 11000000 1111110 1001111 0 100010 111011 11001 11001 101111 110101

Color Harmonies of #C07E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E4F

Black with #C07E4F

Text Example


Text Example

White with #C07E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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