#C97D42

Color #C97D42 Brandy Punch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Punch #C97D42

Tints of Brandy Punch #C97D42

Color information

#C97D42 (or 0xC97D42) is unknown color: approx Brandy Punch. HEX triplet: C9, 7D and 42. RGB value is (201,125,66). Sum of RGB (Red+Green+Blue) = 201+125+66=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 66 (26.17% from 255 or 16.84% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C97D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97D42 is #3682BD. Grayscale: #8D8D8D. Windows color (decimal): -3572414 or 4357577. OLE color: 4357577.

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

Color convert

RGB20112566-
CMYK00.380.670.21
HSL26.22º55.56%52.35%-
HSV(B)26.22º67.16%78.82%-
XYZ32.427.488.75-
YUV14185.68170.8-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.28%
GREEN value IS 125 (49.22% from 255) = 31.89%
BLUE value IS 66 (26.17% from 255) = 16.84%
R=51.28%
G=31.89%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011256600.380.670.2126.2255.5652.35
HexC97D4202643151a3834
Octal31117510204610325327064
Binary1100100111111011000010010011010000111010111010111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97D42; }

 p { color: rgb(201,125,66); }

 H1.HeaderClassName
 {
   color: #C97D42;
 }
 .AnyTagClassName
 {
   color: #C97D42;
 }
</style>
background-color css

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

 a { background-color: rgb(201,125,66); }

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

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

 span { border-color: rgb(201,125,66); }

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