Html Css Color HEX #C97143 Red Damask

📋 copy color: '#C97143'

red 201 ◦ green 113 ◦ blue 67

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

Shades of Red Damask #C97143

Tints of Red Damask #C97143

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.66%

 BLUE value IS 67 (26.56% from 255) = 17.59%

R = 52.76%
G = 29.66%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C97143 (or 0xC97143) is known color: Red Damask. HEX triplet: C9, 71 and 43. RGB value is (201,113,67). Sum of RGB (Red+Green+Blue) = 201+113+67=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 67 (26.56% from 255 or 17.59% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C97143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97143 is #368EBC. Grayscale: #868686. Windows color (decimal): -3575485 or 4420041. OLE color: 4420041.

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

Color convert

RGB 201 113 67 -
CMYK 0 0.44 0.67 0.21
HSL 20.6º 0.55% 0.53% -
HSV(B) 20.6º 0.67% 0.79% -
XYZ 31.01 24.63 8.43 -
YUV 134.07 90.15 175.74 -
System Red Green Blue C M Y K H S L
Decimal 201 113 67 0 0.44 0.67 0.21 20.6 0.55 0.53
Hex C9 71 43 0 2C 43 15 15 37 35
Octal 311 161 103 0 54 103 25 25 67 65
Binary 11001001 1110001 1000011 0 101100 1000011 10101 10101 110111 110101

Color Harmonies of #C97143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97143

Black with #C97143

Text Example


Text Example

White with #C97143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97143; }

 p { color: rgb(201,113,67); }

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

background-color css

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

 a { background-color: rgb(201,113,67); }

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

border-color css

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

 span { border-color: rgb(201,113,67); }

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