Html Css Color HEX #C87D3D Brandy Punch

📋 copy color: '#C87D3D'

red 200 ◦ green 125 ◦ blue 61

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

Shades of Brandy Punch #C87D3D

Tints of Brandy Punch #C87D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.8%

R = 51.81%
G = 32.38%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C87D3D (or 0xC87D3D) is known color: Brandy Punch. HEX triplet: C8, 7D and 3D. RGB value is (200,125,61). Sum of RGB (Red+Green+Blue) = 200+125+61=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 61 (24.22% from 255 or 15.80% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87D3D is #3782C2. Grayscale: #8C8C8C. Windows color (decimal): -3637955 or 4029896. OLE color: 4029896.

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

Color convert

RGB 200 125 61 -
CMYK 0 0.38 0.69 0.22
HSL 27.63º 0.56% 0.51% -
HSV(B) 27.63º 0.7% 0.78% -
XYZ 32 27.28 7.99 -
YUV 140.13 83.35 170.7 -
System Red Green Blue C M Y K H S L
Decimal 200 125 61 0 0.38 0.69 0.22 27.63 0.56 0.51
Hex C8 7D 3D 0 26 45 16 1C 38 33
Octal 310 175 75 0 46 105 26 34 70 63
Binary 11001000 1111101 111101 0 100110 1000101 10110 11100 111000 110011

Color Harmonies of #C87D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87D3D

Black with #C87D3D

Text Example


Text Example

White with #C87D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87D3D; }

 p { color: rgb(200,125,61); }

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

background-color css

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

 a { background-color: rgb(200,125,61); }

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

border-color css

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

 span { border-color: rgb(200,125,61); }

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