Html Css Color HEX #C07F53 Brandy Punch

📋 copy color: '#C07F53'

red 192 ◦ green 127 ◦ blue 83

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

Shades of Brandy Punch #C07F53

Tints of Brandy Punch #C07F53

RGB

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

 GREEN value IS 127 (50% from 255) = 31.59%

 BLUE value IS 83 (32.81% from 255) = 20.65%

R = 47.76%
G = 31.59%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C07F53 (or 0xC07F53) is known color: Brandy Punch. HEX triplet: C0, 7F and 53. RGB value is (192,127,83). Sum of RGB (Red+Green+Blue) = 192+127+83=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 83 (32.81% from 255 or 20.65% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07F53 is #3F80AC. Grayscale: #8D8D8D. Windows color (decimal): -4161709 or 5472192. OLE color: 5472192.

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

Color convert

RGB 192 127 83 -
CMYK 0 0.34 0.57 0.25
HSL 24.22º 0.46% 0.54% -
HSV(B) 24.22º 0.57% 0.75% -
XYZ 30.89 27.01 11.77 -
YUV 141.42 95.03 164.08 -
System Red Green Blue C M Y K H S L
Decimal 192 127 83 0 0.34 0.57 0.25 24.22 0.46 0.54
Hex C0 7F 53 0 22 39 19 18 2E 36
Octal 300 177 123 0 42 71 31 30 56 66
Binary 11000000 1111111 1010011 0 100010 111001 11001 11000 101110 110110

Color Harmonies of #C07F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07F53

Black with #C07F53

Text Example


Text Example

White with #C07F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07F53; }

 p { color: rgb(192,127,83); }

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

background-color css

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

 a { background-color: rgb(192,127,83); }

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

border-color css

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

 span { border-color: rgb(192,127,83); }

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