Html Css Color HEX #C97A40 Brandy Punch

📋 copy color: '#C97A40'

red 201 ◦ green 122 ◦ blue 64

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

Shades of Brandy Punch #C97A40

Tints of Brandy Punch #C97A40

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.52%

 BLUE value IS 64 (25.39% from 255) = 16.54%

R = 51.94%
G = 31.52%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C97A40 (or 0xC97A40) is known color: Brandy Punch. HEX triplet: C9, 7A and 40. RGB value is (201,122,64). Sum of RGB (Red+Green+Blue) = 201+122+64=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97A40 is #3685BF. Grayscale: #8B8B8B. Windows color (decimal): -3573184 or 4225737. OLE color: 4225737.

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

Color convert

RGB 201 122 64 -
CMYK 0 0.39 0.68 0.21
HSL 25.4º 0.56% 0.52% -
HSV(B) 25.4º 0.68% 0.79% -
XYZ 31.97 26.71 8.32 -
YUV 139.01 85.67 172.22 -
System Red Green Blue C M Y K H S L
Decimal 201 122 64 0 0.39 0.68 0.21 25.4 0.56 0.52
Hex C9 7A 40 0 27 44 15 19 38 34
Octal 311 172 100 0 47 104 25 31 70 64
Binary 11001001 1111010 1000000 0 100111 1000100 10101 11001 111000 110100

Color Harmonies of #C97A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97A40

Black with #C97A40

Text Example


Text Example

White with #C97A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97A40; }

 p { color: rgb(201,122,64); }

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

background-color css

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

 a { background-color: rgb(201,122,64); }

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

border-color css

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

 span { border-color: rgb(201,122,64); }

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