Html Css Color HEX #C97D3F Brandy Punch

📋 copy color: '#C97D3F'

red 201 ◦ green 125 ◦ blue 63

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

Shades of Brandy Punch #C97D3F

Tints of Brandy Punch #C97D3F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.13%

 BLUE value IS 63 (25% from 255) = 16.2%

R = 51.67%
G = 32.13%
B = 16.2%

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

#C97D3F (or 0xC97D3F) is known color: Brandy Punch. HEX triplet: C9, 7D and 3F. RGB value is (201,125,63). Sum of RGB (Red+Green+Blue) = 201+125+63=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 63 (25% from 255 or 16.20% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C97D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97D3F is #3682C0. Grayscale: #8C8C8C. Windows color (decimal): -3572417 or 4160969. OLE color: 4160969.

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

Color convert

RGB 201 125 63 -
CMYK 0 0.38 0.69 0.21
HSL 26.96º 0.56% 0.52% -
HSV(B) 26.96º 0.69% 0.79% -
XYZ 32.32 27.44 8.3 -
YUV 140.66 84.18 171.04 -
System Red Green Blue C M Y K H S L
Decimal 201 125 63 0 0.38 0.69 0.21 26.96 0.56 0.52
Hex C9 7D 3F 0 26 45 15 1B 38 34
Octal 311 175 77 0 46 105 25 33 70 64
Binary 11001001 1111101 111111 0 100110 1000101 10101 11011 111000 110100

Color Harmonies of #C97D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97D3F

Black with #C97D3F

Text Example


Text Example

White with #C97D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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