Html Css Color HEX #C66F4A Red Damask

📋 copy color: '#C66F4A'

red 198 ◦ green 111 ◦ blue 74

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

Shades of Red Damask #C66F4A

Tints of Red Damask #C66F4A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.98%

 BLUE value IS 74 (29.3% from 255) = 19.32%

R = 51.7%
G = 28.98%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C66F4A (or 0xC66F4A) is known color: Red Damask. HEX triplet: C6, 6F and 4A. RGB value is (198,111,74). Sum of RGB (Red+Green+Blue) = 198+111+74=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C66F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66F4A is #3990B5. Grayscale: #858585. Windows color (decimal): -3772598 or 4878278. OLE color: 4878278.

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

Color convert

RGB 198 111 74 -
CMYK 0 0.44 0.63 0.22
HSL 17.9º 0.52% 0.53% -
HSV(B) 17.9º 0.63% 0.78% -
XYZ 30.21 23.87 9.49 -
YUV 132.8 94.82 174.51 -
System Red Green Blue C M Y K H S L
Decimal 198 111 74 0 0.44 0.63 0.22 17.9 0.52 0.53
Hex C6 6F 4A 0 2C 3F 16 12 34 35
Octal 306 157 112 0 54 77 26 22 64 65
Binary 11000110 1101111 1001010 0 101100 111111 10110 10010 110100 110101

Color Harmonies of #C66F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66F4A

Black with #C66F4A

Text Example


Text Example

White with #C66F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66F4A; }

 p { color: rgb(198,111,74); }

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

background-color css

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

 a { background-color: rgb(198,111,74); }

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

border-color css

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

 span { border-color: rgb(198,111,74); }

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