Html Css Color HEX #C07D4F Brandy Punch

📋 copy color: '#C07D4F'

red 192 ◦ green 125 ◦ blue 79

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

Shades of Brandy Punch #C07D4F

Tints of Brandy Punch #C07D4F

RGB

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

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

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

R = 48.48%
G = 31.57%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C07D4F (or 0xC07D4F) is known color: Brandy Punch. HEX triplet: C0, 7D and 4F. RGB value is (192,125,79). Sum of RGB (Red+Green+Blue) = 192+125+79=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 79 (31.25% from 255 or 19.95% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07D4F is #3F82B0. Grayscale: #8C8C8C. Windows color (decimal): -4162225 or 5209536. OLE color: 5209536.

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

Color convert

RGB 192 125 79 -
CMYK 0 0.35 0.59 0.25
HSL 24.42º 0.47% 0.53% -
HSV(B) 24.42º 0.59% 0.75% -
XYZ 30.48 26.44 10.89 -
YUV 139.79 93.7 165.24 -
System Red Green Blue C M Y K H S L
Decimal 192 125 79 0 0.35 0.59 0.25 24.42 0.47 0.53
Hex C0 7D 4F 0 23 3B 19 18 2F 35
Octal 300 175 117 0 43 73 31 30 57 65
Binary 11000000 1111101 1001111 0 100011 111011 11001 11000 101111 110101

Color Harmonies of #C07D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07D4F

Black with #C07D4F

Text Example


Text Example

White with #C07D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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