Html Css Color HEX #C87B3F Brandy Punch

📋 copy color: '#C87B3F'

red 200 ◦ green 123 ◦ blue 63

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

Shades of Brandy Punch #C87B3F

Tints of Brandy Punch #C87B3F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.87%

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

R = 51.81%
G = 31.87%
B = 16.32%

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

#C87B3F (or 0xC87B3F) is known color: Brandy Punch. HEX triplet: C8, 7B and 3F. RGB value is (200,123,63). Sum of RGB (Red+Green+Blue) = 200+123+63=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C87B3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87B3F is #3784C0. Grayscale: #8B8B8B. Windows color (decimal): -3638465 or 4160456. OLE color: 4160456.

HSL color Cylindrical-coordinate representation of color #C87B3F: hue angle of 26.28º 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 #C87B3F is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 123 63 -
CMYK 0 0.38 0.68 0.22
HSL 26.28º 0.55% 0.52% -
HSV(B) 26.28º 0.69% 0.78% -
XYZ 31.8 26.8 8.2 -
YUV 139.18 85.01 171.38 -
System Red Green Blue C M Y K H S L
Decimal 200 123 63 0 0.38 0.68 0.22 26.28 0.55 0.52
Hex C8 7B 3F 0 26 44 16 1A 37 34
Octal 310 173 77 0 46 104 26 32 67 64
Binary 11001000 1111011 111111 0 100110 1000100 10110 11010 110111 110100

Color Harmonies of #C87B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87B3F

Black with #C87B3F

Text Example


Text Example

White with #C87B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87B3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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