Html Css Color HEX #C07F52 Brandy Punch

📋 copy color: '#C07F52'

red 192 ◦ green 127 ◦ blue 82

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

Shades of Brandy Punch #C07F52

Tints of Brandy Punch #C07F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.45%

R = 47.88%
G = 31.67%
B = 20.45%

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

#C07F52 (or 0xC07F52) is known color: Brandy Punch. HEX triplet: C0, 7F and 52. RGB value is (192,127,82). Sum of RGB (Red+Green+Blue) = 192+127+82=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07F52 is #3F80AD. Grayscale: #8D8D8D. Windows color (decimal): -4161710 or 5406656. OLE color: 5406656.

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

Color convert

RGB 192 127 82 -
CMYK 0 0.34 0.57 0.25
HSL 24.55º 0.47% 0.54% -
HSV(B) 24.55º 0.57% 0.75% -
XYZ 30.85 26.99 11.57 -
YUV 141.31 94.53 164.16 -
System Red Green Blue C M Y K H S L
Decimal 192 127 82 0 0.34 0.57 0.25 24.55 0.47 0.54
Hex C0 7F 52 0 22 39 19 19 2F 36
Octal 300 177 122 0 42 71 31 31 57 66
Binary 11000000 1111111 1010010 0 100010 111001 11001 11001 101111 110110

Color Harmonies of #C07F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07F52

Black with #C07F52

Text Example


Text Example

White with #C07F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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