Html Css Color HEX #C67051 Red Damask

📋 copy color: '#C67051'

red 198 ◦ green 112 ◦ blue 81

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

Shades of Red Damask #C67051

Tints of Red Damask #C67051

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.64%

 BLUE value IS 81 (32.03% from 255) = 20.72%

R = 50.64%
G = 28.64%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C67051 (or 0xC67051) is known color: Red Damask. HEX triplet: C6, 70 and 51. RGB value is (198,112,81). Sum of RGB (Red+Green+Blue) = 198+112+81=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 81 (32.03% from 255 or 20.72% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C67051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67051 is #398FAE. Grayscale: #868686. Windows color (decimal): -3772335 or 5337286. OLE color: 5337286.

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

Color convert

RGB 198 112 81 -
CMYK 0 0.43 0.59 0.22
HSL 15.9º 0.51% 0.55% -
HSV(B) 15.9º 0.59% 0.78% -
XYZ 30.57 24.19 10.84 -
YUV 134.18 97.99 173.52 -
System Red Green Blue C M Y K H S L
Decimal 198 112 81 0 0.43 0.59 0.22 15.9 0.51 0.55
Hex C6 70 51 0 2B 3B 16 10 33 37
Octal 306 160 121 0 53 73 26 20 63 67
Binary 11000110 1110000 1010001 0 101011 111011 10110 10000 110011 110111

Color Harmonies of #C67051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67051

Black with #C67051

Text Example


Text Example

White with #C67051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67051; }

 p { color: rgb(198,112,81); }

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

background-color css

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

 a { background-color: rgb(198,112,81); }

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

border-color css

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

 span { border-color: rgb(198,112,81); }

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