Html Css Color HEX #C87C3F Brandy Punch

📋 copy color: '#C87C3F'

red 200 ◦ green 124 ◦ blue 63

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

Shades of Brandy Punch #C87C3F

Tints of Brandy Punch #C87C3F

RGB

 RED value IS 200 (78.52% from 255) = 51.68%

 GREEN value IS 124 (48.83% from 255) = 32.04%

 BLUE value IS 63 (25% from 255) = 16.28%

R = 51.68%
G = 32.04%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C87C3F (or 0xC87C3F) is known color: Brandy Punch. HEX triplet: C8, 7C and 3F. RGB value is (200,124,63). Sum of RGB (Red+Green+Blue) = 200+124+63=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 63 (25% from 255 or 16.28% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C87C3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87C3F is #3783C0. Grayscale: #8C8C8C. Windows color (decimal): -3638209 or 4160712. OLE color: 4160712.

HSL color Cylindrical-coordinate representation of color #C87C3F: hue angle of 26.72º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C87C3F is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 124 63 -
CMYK 0 0.38 0.68 0.22
HSL 26.72º 0.55% 0.52% -
HSV(B) 26.72º 0.69% 0.78% -
XYZ 31.92 27.05 8.24 -
YUV 139.77 84.68 170.96 -
System Red Green Blue C M Y K H S L
Decimal 200 124 63 0 0.38 0.68 0.22 26.72 0.55 0.52
Hex C8 7C 3F 0 26 44 16 1B 37 34
Octal 310 174 77 0 46 104 26 33 67 64
Binary 11001000 1111100 111111 0 100110 1000100 10110 11011 110111 110100

Color Harmonies of #C87C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87C3F

Black with #C87C3F

Text Example


Text Example

White with #C87C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87C3F; }

 p { color: rgb(200,124,63); }

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

background-color css

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

 a { background-color: rgb(200,124,63); }

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

border-color css

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

 span { border-color: rgb(200,124,63); }

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