Html Css Color HEX #C97C3E Brandy Punch

📋 copy color: '#C97C3E'

red 201 ◦ green 124 ◦ blue 62

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

Shades of Brandy Punch #C97C3E

Tints of Brandy Punch #C97C3E

RGB

 RED value IS 201 (78.91% from 255) = 51.94%

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

 BLUE value IS 62 (24.61% from 255) = 16.02%

R = 51.94%
G = 32.04%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C97C3E (or 0xC97C3E) is known color: Brandy Punch. HEX triplet: C9, 7C and 3E. RGB value is (201,124,62). Sum of RGB (Red+Green+Blue) = 201+124+62=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 62 (24.61% from 255 or 16.02% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C97C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97C3E is #3683C1. Grayscale: #8C8C8C. Windows color (decimal): -3572674 or 4095177. OLE color: 4095177.

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

Color convert

RGB 201 124 62 -
CMYK 0 0.38 0.69 0.21
HSL 26.76º 0.56% 0.52% -
HSV(B) 26.76º 0.69% 0.79% -
XYZ 32.16 27.18 8.11 -
YUV 139.96 84.01 171.54 -
System Red Green Blue C M Y K H S L
Decimal 201 124 62 0 0.38 0.69 0.21 26.76 0.56 0.52
Hex C9 7C 3E 0 26 45 15 1B 38 34
Octal 311 174 76 0 46 105 25 33 70 64
Binary 11001001 1111100 111110 0 100110 1000101 10101 11011 111000 110100

Color Harmonies of #C97C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97C3E

Black with #C97C3E

Text Example


Text Example

White with #C97C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97C3E; }

 p { color: rgb(201,124,62); }

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

background-color css

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

 a { background-color: rgb(201,124,62); }

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

border-color css

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

 span { border-color: rgb(201,124,62); }

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