Html Css Color HEX #C97B40 Brandy Punch

📋 copy color: '#C97B40'

red 201 ◦ green 123 ◦ blue 64

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

Shades of Brandy Punch #C97B40

Tints of Brandy Punch #C97B40

RGB

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

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

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

R = 51.8%
G = 31.7%
B = 16.49%

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

#C97B40 (or 0xC97B40) is known color: Brandy Punch. HEX triplet: C9, 7B and 40. RGB value is (201,123,64). Sum of RGB (Red+Green+Blue) = 201+123+64=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C97B40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97B40 is #3684BF. Grayscale: #8B8B8B. Windows color (decimal): -3572928 or 4225993. OLE color: 4225993.

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

Color convert

RGB 201 123 64 -
CMYK 0 0.39 0.68 0.21
HSL 25.84º 0.56% 0.52% -
HSV(B) 25.84º 0.68% 0.79% -
XYZ 32.1 26.95 8.36 -
YUV 139.6 85.34 171.8 -
System Red Green Blue C M Y K H S L
Decimal 201 123 64 0 0.39 0.68 0.21 25.84 0.56 0.52
Hex C9 7B 40 0 27 44 15 1A 38 34
Octal 311 173 100 0 47 104 25 32 70 64
Binary 11001001 1111011 1000000 0 100111 1000100 10101 11010 111000 110100

Color Harmonies of #C97B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97B40

Black with #C97B40

Text Example


Text Example

White with #C97B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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