Html Css Color HEX #C67052 Red Damask

📋 copy color: '#C67052'

red 198 ◦ green 112 ◦ blue 82

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

Shades of Red Damask #C67052

Tints of Red Damask #C67052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.92%

R = 50.51%
G = 28.57%
B = 20.92%

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

#C67052 (or 0xC67052) is known color: Red Damask. HEX triplet: C6, 70 and 52. RGB value is (198,112,82). Sum of RGB (Red+Green+Blue) = 198+112+82=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 82 (32.42% from 255 or 20.92% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C67052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67052 is #398FAD. Grayscale: #868686. Windows color (decimal): -3772334 or 5402822. OLE color: 5402822.

HSL color Cylindrical-coordinate representation of color #C67052: hue angle of 15.52º degrees, saturation: 0.5, 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 #C67052 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 112 82 -
CMYK 0 0.43 0.59 0.22
HSL 15.52º 0.5% 0.55% -
HSV(B) 15.52º 0.59% 0.78% -
XYZ 30.61 24.2 11.04 -
YUV 134.29 98.49 173.44 -
System Red Green Blue C M Y K H S L
Decimal 198 112 82 0 0.43 0.59 0.22 15.52 0.5 0.55
Hex C6 70 52 0 2B 3B 16 10 32 37
Octal 306 160 122 0 53 73 26 20 62 67
Binary 11000110 1110000 1010010 0 101011 111011 10110 10000 110010 110111

Color Harmonies of #C67052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67052

Black with #C67052

Text Example


Text Example

White with #C67052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67052; }

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

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

background-color css

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

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

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

border-color css

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

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

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