Html Css Color HEX #C6714B Red Damask

📋 copy color: '#C6714B'

red 198 ◦ green 113 ◦ blue 75

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

Shades of Red Damask #C6714B

Tints of Red Damask #C6714B

RGB

 RED value IS 198 (77.73% from 255) = 51.3%

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

 BLUE value IS 75 (29.69% from 255) = 19.43%

R = 51.3%
G = 29.27%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6714B (or 0xC6714B) is known color: Red Damask. HEX triplet: C6, 71 and 4B. RGB value is (198,113,75). Sum of RGB (Red+Green+Blue) = 198+113+75=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 75 (29.69% from 255 or 19.43% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C6714B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6714B is #398EB4. Grayscale: #868686. Windows color (decimal): -3772085 or 4944326. OLE color: 4944326.

HSL color Cylindrical-coordinate representation of color #C6714B: hue angle of 18.54º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6714B is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 113 75 -
CMYK 0 0.43 0.62 0.22
HSL 18.54º 0.52% 0.54% -
HSV(B) 18.54º 0.62% 0.78% -
XYZ 30.46 24.32 9.75 -
YUV 134.08 94.66 173.59 -
System Red Green Blue C M Y K H S L
Decimal 198 113 75 0 0.43 0.62 0.22 18.54 0.52 0.54
Hex C6 71 4B 0 2B 3E 16 13 34 36
Octal 306 161 113 0 53 76 26 23 64 66
Binary 11000110 1110001 1001011 0 101011 111110 10110 10011 110100 110110

Color Harmonies of #C6714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6714B

Black with #C6714B

Text Example


Text Example

White with #C6714B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6714B; }

 p { color: rgb(198,113,75); }

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

background-color css

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

 a { background-color: rgb(198,113,75); }

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

border-color css

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

 span { border-color: rgb(198,113,75); }

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