Html Css Color HEX #C97C41 Brandy Punch

📋 copy color: '#C97C41'

red 201 ◦ green 124 ◦ blue 65

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

Shades of Brandy Punch #C97C41

Tints of Brandy Punch #C97C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.67%

R = 51.54%
G = 31.79%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C97C41 (or 0xC97C41) is known color: Brandy Punch. HEX triplet: C9, 7C and 41. RGB value is (201,124,65). Sum of RGB (Red+Green+Blue) = 201+124+65=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 65 (25.78% from 255 or 16.67% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C97C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97C41 is #3683BE. Grayscale: #8C8C8C. Windows color (decimal): -3572671 or 4291785. OLE color: 4291785.

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

Color convert

RGB 201 124 65 -
CMYK 0 0.38 0.68 0.21
HSL 26.03º 0.56% 0.52% -
HSV(B) 26.03º 0.68% 0.79% -
XYZ 32.25 27.21 8.55 -
YUV 140.3 85.51 171.3 -
System Red Green Blue C M Y K H S L
Decimal 201 124 65 0 0.38 0.68 0.21 26.03 0.56 0.52
Hex C9 7C 41 0 26 44 15 1A 38 34
Octal 311 174 101 0 46 104 25 32 70 64
Binary 11001001 1111100 1000001 0 100110 1000100 10101 11010 111000 110100

Color Harmonies of #C97C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97C41

Black with #C97C41

Text Example


Text Example

White with #C97C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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